summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2018-08-14 15:32:06 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2018-08-14 16:17:37 +0200
commit2ab077816ae34fac59ca70ef0d8cfee6c194a05a (patch)
tree0794936e7704e8d49f17e7c4df603053dd195293 /tests
parent8d2c3c72935443228b5e0492c8d3e2e2048c0c5a (diff)
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 <pablo@netfilter.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/shell/testcases/nft-f/dumps/0012different_defines_0.nft2
1 files changed, 1 insertions, 1 deletions
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