summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/include/dumps/0020include_chain_0.nft
blob: 3ad6db14d2f5f00fa06ccb834949664a9e4c0c9c (plain)
1
2
3
4
5
6
table inet filter {
	chain input2 {
		type filter hook input priority filter; policy accept;
		ip saddr 1.2.3.4 tcp dport { 22, 123, 443 } drop
	}
}