From 751336b7bffea4065bcd9f895eef3159addaba3e Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Fri, 2 Apr 2021 12:54:53 +0200 Subject: proto: replace vlan ether type with 8021q Previous patches added "8021ad" mnemonic for IEEE 802.1AD frame type. This adds the 8021q shorthand for the existing 'vlan' frame type. nft will continue to recognize 'ether type vlan', but listing will now print 8021q. Adjust all test cases accordingly. Suggested-by: Pablo Neira Ayuso Signed-off-by: Florian Westphal --- tests/py/any/meta.t.json.output | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/py/any/meta.t.json.output') diff --git a/tests/py/any/meta.t.json.output b/tests/py/any/meta.t.json.output index 74b934b8..4e9e669f 100644 --- a/tests/py/any/meta.t.json.output +++ b/tests/py/any/meta.t.json.output @@ -10,7 +10,7 @@ "set": [ "ip", "arp", - "vlan", + "8021q", "ip6" ] } @@ -18,7 +18,7 @@ } ] -# meta protocol != {ip, arp, ip6, vlan} +# meta protocol != {ip, arp, ip6, 8021q} [ { "match": { @@ -30,7 +30,7 @@ "set": [ "ip", "arp", - "vlan", + "8021q", "ip6" ] } -- cgit v1.2.3