Skip to content

Commit

Permalink
PBH HLD: rev 11
Browse files Browse the repository at this point in the history
Signed-off-by: Nazarii Hnydyn <nazariig@nvidia.com>
  • Loading branch information
nazariig committed Jul 14, 2021
1 parent 6ac4327 commit 91eee7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/pbh/pbh-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,8 @@ interface-list = interface-name [ 1*( "," interface-name ) ] ; list of the inter
key = PBH_RULE|table_name|rule_name ; rule name. Must be unique across the table
; field = value
priority = 1*5DIGIT ; rule priority. Valid values range is platform dependent
priority = 1*5DIGIT ; rule priority. Valid values range is platform dependent.
; The evaluation order is descending: the higher priorities shall be evaluated first
gre_key = h32 "/" h32 ; GRE key (32 bits)
ether_type = h16 ; EtherType (16 bits)
ip_protocol = h8 ; IP protocol (8 bits)
Expand Down

0 comments on commit 91eee7f

Please sign in to comment.