From 327371ac58e8915f0f0dfb4d9942c6f9c0e0e43d Mon Sep 17 00:00:00 2001 From: Tomasz Bursztyka Date: Wed, 4 Sep 2013 12:50:22 +0300 Subject: tests: Update bate chain creation according to latest syntax changes Adding type, plain hook's name and priority keyword. Signed-off-by: Tomasz Bursztyka Signed-off-by: Pablo Neira Ayuso --- tests/payload-ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/payload-ll') diff --git a/tests/payload-ll b/tests/payload-ll index feaf5874..7f5660b1 100644 --- a/tests/payload-ll +++ b/tests/payload-ll @@ -1,7 +1,7 @@ #! nft -f add table ip filter -add chain ip filter input NF_INET_LOCAL_IN 0 +add chain ip filter input { type filter hook input priority 0; } # mac source add rule ip filter input @ll,48,48 00:15:e9:f0:10:f8 counter -- cgit v1.2.3