summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/sets/dumps/0053echo_0.nft
blob: bb7c5513661966b8c68154e749495162f05c7fd5 (plain)
1
2
3
4
5
6
table inet filter {
	chain input {
		type filter hook input priority filter; policy drop;
		iifname "lo" ip saddr 10.0.0.0/8 ip daddr 192.168.100.62 tcp dport 2001 counter packets 0 bytes 0 accept
	}
}