diff options
author | Sriram Yagnaraman <sriram.yagnaraman@est.tech> | 2023-02-26 10:52:04 +0100 |
---|---|---|
committer | Florian Westphal <fw@strlen.de> | 2023-04-29 16:49:11 +0200 |
commit | 97672e54518b28923951c96191edb5b7b5f5f294 (patch) | |
tree | 3c652e76c384f51f5335e0d5dad3631a0cad1cf5 /doc | |
parent | 56279b0549d3e4a55e96845e7f3b58e42b2c02ce (diff) |
meta: introduce meta broute support
Can be used in bridge prerouting hook to divert a packet
to the ip stack for routing.
This is a replacement for "ebtables -t broute" functionality.
Link: http://patchwork.ozlabs.org/project/netfilter-devel/patch/20230224095251.11249-1-sriram.yagnaraman@est.tech/
Signed-off-by: Sriram Yagnaraman <sriram.yagnaraman@est.tech>
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/statements.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/statements.txt b/doc/statements.txt index b2794bcd..3fc70f86 100644 --- a/doc/statements.txt +++ b/doc/statements.txt @@ -296,7 +296,7 @@ A meta statement sets the value of a meta expression. The existing meta fields are: priority, mark, pkttype, nftrace. + [verse] -*meta* {*mark* | *priority* | *pkttype* | *nftrace*} *set* 'value' +*meta* {*mark* | *priority* | *pkttype* | *nftrace* | *broute*} *set* 'value' A meta statement sets meta data associated with a packet. + @@ -316,6 +316,9 @@ pkt_type |nftrace | ruleset packet tracing on/off. Use *monitor trace* command to watch traces| 0, 1 +|broute | +broute on/off. packets are routed instead of being bridged| +0, 1 |========================== LIMIT STATEMENT |