From 220c8044895ae567bb5010418a38200d7c94cc2b Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sat, 20 Apr 2013 11:54:51 +0200 Subject: tests: feat-adjancent-load-merging: remove ip protocol from rule No need to include this, it is now added as a dependency. Signed-off-by: Pablo Neira Ayuso --- tests/feat-adjancent-load-merging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/feat-adjancent-load-merging b/tests/feat-adjancent-load-merging index 34234f1a..11771746 100644 --- a/tests/feat-adjancent-load-merging +++ b/tests/feat-adjancent-load-merging @@ -1,7 +1,7 @@ #! nft -f # adjacent payload expressions: 4 bytes in order -add rule filter output ip protocol 6 tcp sport 1024 tcp dport 22 counter +add rule filter output tcp sport 1024 tcp dport 22 counter # adjacent payload expressions: 8 bytes in order add rule filter output ip saddr 192.168.0.1 ip daddr 192.168.0.100 counter -- cgit v1.2.3