From 7e1ff143442c6c9428f2a1cdb7c751216407437c Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Fri, 16 Jun 2017 21:26:41 +0200 Subject: tests: restrict meta nfproto test cases to inet family Followup patch will reject meta nfproto for non-inet families. Signed-off-by: Florian Westphal Acked-by: Pablo Neira Ayuso --- tests/shell/testcases/listing/0011sets_0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/shell') diff --git a/tests/shell/testcases/listing/0011sets_0 b/tests/shell/testcases/listing/0011sets_0 index 75f2895f..f021962a 100755 --- a/tests/shell/testcases/listing/0011sets_0 +++ b/tests/shell/testcases/listing/0011sets_0 @@ -25,7 +25,7 @@ $NFT add rule ip6 test test udp sport {123} $NFT add table arp test_arp $NFT add chain arp test_arp test -$NFT add rule arp test_arp test meta nfproto {ipv4} +$NFT add rule arp test_arp test meta mark {123} $NFT add table bridge test_bridge $NFT add chain bridge test_bridge test -- cgit v1.2.3