From 4787edad132c30ae0f6bb00135ae5d970b0ccb74 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 19 Apr 2018 14:32:25 +0200 Subject: src: use ibrname and obrname Legacy tool name is 'brctl' and so the 'br' prefix is already known. If we use ibrname and obrname it looks consistent with iifname and oifname. So let's this instead of ibridgename and obridgename since Florian likes this too. Signed-off-by: Pablo Neira Ayuso --- doc/nft.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/nft.xml b/doc/nft.xml index 47e10690..661f632e 100644 --- a/doc/nft.xml +++ b/doc/nft.xml @@ -2738,8 +2738,8 @@ filter output icmpv6 type { echo-request, echo-reply } skgid nftrace rtclassid - ibridgename - obridgename + ibrname + obrname pkttype cpu iifgroup @@ -2853,12 +2853,12 @@ filter output icmpv6 type { echo-request, echo-reply } realm - ibridgename + ibrname Input bridge interface name ifname - obridgename + obrname Output bridge interface name ifname -- cgit v1.2.3