diff options
Diffstat (limited to 'tests/sys/netpfil/pf/echo_inetd.conf')
-rw-r--r-- | tests/sys/netpfil/pf/echo_inetd.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/sys/netpfil/pf/echo_inetd.conf b/tests/sys/netpfil/pf/echo_inetd.conf new file mode 100644 index 000000000000..bacad82e8bb1 --- /dev/null +++ b/tests/sys/netpfil/pf/echo_inetd.conf @@ -0,0 +1,6 @@ +# $FreeBSD$ + +echo stream tcp nowait root internal +echo stream tcp6 nowait root internal +echo dgram udp wait root internal +echo dgram udp6 wait root internal |