summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_physdev.man
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2022-09-27 23:19:34 +0200
committerPhil Sutter <phil@nwl.cc>2022-09-28 18:25:10 +0200
commitaa0b8b03f7c7e741ccd96360bd64d90ea8c3c3aa (patch)
tree9e32cb4a2f606a99f17edf73d832d4e7b6d8ce76 /extensions/libxt_physdev.man
parent8dc22798bf813ce92aaac58a6fe8749fe3fc18dc (diff)
ebtables: Support '-p Length'
To match on Ethernet frames using the etherproto field as length value, ebtables accepts the special protocol name "LENGTH". Implement this in ebtables-nft using a native match for 'ether type < 0x0600'. Since extension 802_3 matches are valid only with such Ethernet frames, add a local add_match() wrapper which complains if the extension is used without '-p Length' parameter. Legacy ebtables does this within the extension's final_check callback, but it's not possible here due for lack of fw->bitmask field access. While being at it, add xlate support, adjust tests and make ebtables-nft print the case-insensitive argument with capital 'L' like legacy ebtables does. Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'extensions/libxt_physdev.man')
0 files changed, 0 insertions, 0 deletions