summaryrefslogtreecommitdiffstats
path: root/tests/py/ip/tcp.t
blob: 4dcfcb6b068969ff504cfe4d58ab325ecf395b08 (plain)
1
2
3
4
5
6
:input;type filter hook input priority 0

*ip;test-ip;input

ip protocol tcp tcp dport ssh accept;ok;tcp dport 22 accept
ip protocol ne tcp udp dport ssh accept;ok;ip protocol != 6 udp dport 22 accept