diff mbox

[nft,4/6] nft.8: Add note about supported hooks for bridge family

Message ID 20170810172920.14893-5-phil@nwl.cc
State Changes Requested
Delegated to: Pablo Neira
Headers show

Commit Message

Phil Sutter Aug. 10, 2017, 5:29 p.m. UTC
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>
---
 doc/nft.xml | 3 +++
 1 file changed, 3 insertions(+)
diff mbox

Patch

diff --git a/doc/nft.xml b/doc/nft.xml
index bc6b6fb72b6a7..00095ddafcdad 100644
--- a/doc/nft.xml
+++ b/doc/nft.xml
@@ -429,6 +429,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>