NetBSD/tests/ipf/input/n4
jmmv b9daf172a0 Add the ipf tests developed by Lukasz Strzygowski as part of the atfify
GSoC 2008 project.  These were originally inside the kernel subdirectory
but I think they belong in their own top-level directory because ipf
consists of more components than just the kernel-level packet filter.
2009-02-20 21:42:59 +00:00

11 lines
427 B
Plaintext

in on zx0 tcp 10.3.3.3,12345 10.1.1.1,23
out on zx0 tcp 10.2.2.1,10023 10.3.3.3,12345
in on zx0 tcp 10.3.3.3,12345 10.1.1.1,53
out on zx0 tcp 10.2.2.1,10053 10.3.3.3,12345
in on zx0 tcp 10.3.3.3,12346 10.1.0.0,23
out on zx0 tcp 10.2.2.1,10023 10.3.3.3,12346
in on zx0 udp 10.3.3.3,12345 10.1.1.0,53
out on zx0 udp 10.2.2.1,10053 10.3.3.3,12345
in on zx0 tcp 10.3.3.3,12345 10.1.1.0,53
out on zx0 tcp 10.2.2.1,53 10.3.3.3,12345