summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/transactions/dumps/table_onoff.nft
blob: 038be1c071ad07aeeec270570f8a6c72355f860c (plain)
1
2
3
4
5
6
7
8
table ip t {
	flags dormant

	chain c {
		type filter hook input priority filter; policy accept;
		ip daddr 127.0.0.42 counter packets 0 bytes 0
	}
}