From 2ab077816ae34fac59ca70ef0d8cfee6c194a05a Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 14 Aug 2018 15:32:06 +0200 Subject: tests: shell: fix 0012different_defines_0 with meta mark Since 6dd848339444 ("src: meta: always prefix 'meta' for almost all tokens"), the unqualified meta are discouraged. Adjust test not to fail. Signed-off-by: Pablo Neira Ayuso --- tests/shell/testcases/nft-f/dumps/0012different_defines_0.nft | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/shell/testcases/nft-f/dumps/0012different_defines_0.nft b/tests/shell/testcases/nft-f/dumps/0012different_defines_0.nft index e9eef4b1..c67d25b6 100644 --- a/tests/shell/testcases/nft-f/dumps/0012different_defines_0.nft +++ b/tests/shell/testcases/nft-f/dumps/0012different_defines_0.nft @@ -1,7 +1,7 @@ table inet t { chain c { iifname "whatever" oifname "whatever" iif "lo" oif "lo" - iifname { "whatever" } iif { "lo" } mark 0x0000007b + iifname { "whatever" } iif { "lo" } meta mark 0x0000007b ct state established,related,new ct state != established | related | new ip saddr 10.0.0.0 ip saddr 10.0.0.0 ip daddr 10.0.0.2 -- cgit v1.2.3