removed canonical.pl from test suite, do raw diff -u, many changes to test suite...
[ferm.git] / test / misc / tcp_udp.ferm
blob16257cae192d7626fcfb1989f865c300cb2a4c98
1 # test whether mixing TCP and UDP works when specifying the protocol
2 # specific parameter 'dport'
3 chain INPUT proto (tcp udp) dport http ACCEPT;