freebsd-dev/contrib/netbsd-tests/ipf/expected/i22
Enji Cooper 57718be8fa Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 ,
minus the vendor Makefiles

Provide directions for how to bootstrap the vendor sources in
FREEBSD-upgrade

MFC after 2 weeks
Discussed with: rpaulo
Sponsored by: EMC / Isilon Storage Division
2014-10-02 23:26:49 +00:00

6 lines
255 B
Plaintext

pass in exp { "ip.src != 1.1.1.0/24; tcp.dport = 80;" }
pass in exp { "ip.addr = 1.2.3.4/32,5.6.7.8/32;" }
block out exp { "ip.dst = 127.0.0.0/8;" }
block in exp { "udp.sport = 53; udp.dport = 53;" }
pass out exp { "tcp.sport = 22; tcp.port = 25;" }