summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/nft-f/dumps/0026listing_0.nft
blob: fd0bb6860892bdf06585b5e0e061706f391a4643 (plain)
1
2
3
4
5
table ip A {
	chain B {
		tcp dport { 1, 2 } accept
	}
}