Skip to content

Commit

Permalink
Merge pull request #4454 from gizmoguy/nw-ttl-match
Browse files Browse the repository at this point in the history
Add support for ACLs matching on Nicira extension fields for IP TTL & hop-limit
  • Loading branch information
anarkiwi committed Jan 26, 2024
2 parents 8deb602 + 700ee1f commit e986dc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions faucet/valve_of.py
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,9 @@ def valve_match_vid(value):
"tunnel_id": to_match_masked_int,
"ipv6_exthdr": to_match_masked_int,
# Nicira extensions, see ovs-fields(7)
"eth_type_nxm": str_to_int,
"ip_proto_nxm": str_to_int,
"nw_ttl": str_to_int,
"ct_state": to_match_masked_int,
"ct_zone": str_to_int,
"ct_mark": to_match_masked_int,
Expand Down

0 comments on commit e986dc7

Please sign in to comment.