summaryrefslogtreecommitdiffstats
path: root/tests/py/inet
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2018-04-19 14:32:25 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2018-04-19 14:36:13 +0200
commit4787edad132c30ae0f6bb00135ae5d970b0ccb74 (patch)
tree7c2e262483080eda4f89e7f3b5dacef14621e0ed /tests/py/inet
parent5a532726883a4ba37b8f5dd4616970b1fea730b1 (diff)
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 <pablo@netfilter.org>
Diffstat (limited to 'tests/py/inet')
-rw-r--r--tests/py/inet/meta.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/py/inet/meta.t b/tests/py/inet/meta.t
index cfde9f32..644a96fd 100644
--- a/tests/py/inet/meta.t
+++ b/tests/py/inet/meta.t
@@ -14,5 +14,5 @@ meta nfproto ipv6 meta l4proto tcp;ok;meta nfproto ipv6 meta l4proto 6
meta nfproto ipv4 counter ip saddr 1.2.3.4;ok
meta secpath exists;ok
meta secpath missing;ok
-meta ibridgename "br0";fail
-meta obridgename "br0";fail
+meta ibrname "br0";fail
+meta obrname "br0";fail