summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2018-04-13 14:36:32 +0200
committerFlorian Westphal <fw@strlen.de>2018-04-17 23:23:06 +0200
commit3baa28f24b3d70a7ee17d584c113a2c4e057a565 (patch)
treec42914610e573bb441505820a1e6ff9eb10f5288 /doc
parentce2cc622cb110952323cd310046505653e406193 (diff)
src: rename ibrportname, obrportname
For bridge, iifname is the port name, whereas 'ibrport' is the logical name of the bridge ("br0") the port ("iifname") is enslaved to. So, 'ibrport' is a misnomer. libnftl calls these 'bri_iifname' and 'bri_oifname', which is good but using 'briiifname' in nft is rather ugly, so use 'ibridgename' and 'obridgename' instead. Old names are still recognized, listing shows the new names. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/nft.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/nft.xml b/doc/nft.xml
index 88d39415..47e10690 100644
--- a/doc/nft.xml
+++ b/doc/nft.xml
@@ -2738,8 +2738,8 @@ filter output icmpv6 type { echo-request, echo-reply }
<arg>skgid</arg>
<arg>nftrace</arg>
<arg>rtclassid</arg>
- <arg>ibriport</arg>
- <arg>obriport</arg>
+ <arg>ibridgename</arg>
+ <arg>obridgename</arg>
<arg>pkttype</arg>
<arg>cpu</arg>
<arg>iifgroup</arg>
@@ -2853,12 +2853,12 @@ filter output icmpv6 type { echo-request, echo-reply }
<entry>realm</entry>
</row>
<row>
- <entry>ibriport</entry>
+ <entry>ibridgename</entry>
<entry>Input bridge interface name</entry>
<entry>ifname</entry>
</row>
<row>
- <entry>obriport</entry>
+ <entry>obridgename</entry>
<entry>Output bridge interface name</entry>
<entry>ifname</entry>
</row>