summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2017-08-10 19:29:18 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2017-08-14 11:32:20 +0200
commit51f2d6fe6dc0e28b0173af57ef8eec002fc1962f (patch)
treec332576a7477a38a8691d76435531a1b31b2310c
parent3b5b389ae7cf34ff5b94ca3b7c96953715e56ba6 (diff)
nft.8: Add note about supported hooks for bridge family
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>
-rw-r--r--doc/nft.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/nft.xml b/doc/nft.xml
index b1ca356e..c9eb48cf 100644
--- a/doc/nft.xml
+++ b/doc/nft.xml
@@ -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>