From: Phil Sutter Date: Thu, 10 Aug 2017 17:29:18 +0000 (+0200) Subject: nft.8: Add note about supported hooks for bridge family X-Git-Tag: v0.8~86 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=51f2d6fe6dc0e28b0173af57ef8eec002fc1962f;p=thirdparty%2Fnftables.git 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 Signed-off-by: Pablo Neira Ayuso --- 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 The bridge address family handles ethernet packets traversing bridge devices. + + The list of supported hooks is identical to IPv4/IPv6/Inet address families above. + Netdev address family