freebsd-nq/tests/sys/netpfil/pf/echo_inetd.conf
Kristof Provost 6e0bca03bd pf tests: Basic synproxy test
A very basic syncproxy test: set up a connection via a synproxy rule.
This triggeres the panic fixed in r336273.
2018-07-14 21:32:32 +00:00

7 lines
205 B
Plaintext

# $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