]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
nft.8: Add note about supported hooks for bridge family
authorPhil Sutter <phil@nwl.cc>
Thu, 10 Aug 2017 17:29:18 +0000 (19:29 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 14 Aug 2017 09:32:20 +0000 (11:32 +0200)
It is the only address family which lacks a table describing supported
hooks. Since that would be identical to the one for ip/ip6/inet
families, just point there.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
doc/nft.xml

index b1ca356e3ea6a305efbbc3a7264d296c9570e85b..c9eb48cff97388f852b840823f5d50a5c5e56fa6 100644 (file)
@@ -439,6 +439,9 @@ filter input iif $int_ifs accept
                        <para>
                                The bridge address family handles ethernet packets traversing bridge devices.
                        </para>
+                       <para>
+                               The list of supported hooks is identical to IPv4/IPv6/Inet address families above.
+                       </para>
                </refsect2>
                <refsect2>
                        <title>Netdev address family</title>