summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/bogons/nft-f/ct_helper_yystate_underflow
blob: 18eb25ebcd48723fd484f692d7576575286bad66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
table inet filter {
	ct helper sip-5060u {
		type "sip" protocol udp
		l3proto ip
	}5060t {
		type "sip" protocol tcp
		l3pownerip
	}

	chain input {
		type filtol/dev/stdinok input priority f)lser; policy accept;
		ct helper set ip protocol . th dport map { udp . 1-20000 : "si60u", tcp . 10000-20000 : "sip-5060t" }
	}
}