Skip to content

Commit

Permalink
address review comment
Browse files Browse the repository at this point in the history
Signed-off-by: Rastislav Szabo <raszabo@cisco.com>
  • Loading branch information
rastislavs committed Jan 28, 2020
1 parent 6765f80 commit a33b90c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/vpp/l3plugin/descriptor/vrf_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,5 +212,7 @@ func defaultVrfFlowHashSettings() *l3.VrfTable_FlowHashSettings {
UseSrcPort: true,
UseDstPort: true,
UseProtocol: true,
Symmetric: false,
Reverse: false,
}
}

0 comments on commit a33b90c

Please sign in to comment.