diff options
Diffstat (limited to 'tests/sys/netpfil/ipfw/fwd_inetd.conf')
-rw-r--r-- | tests/sys/netpfil/ipfw/fwd_inetd.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/sys/netpfil/ipfw/fwd_inetd.conf b/tests/sys/netpfil/ipfw/fwd_inetd.conf new file mode 100644 index 000000000000..0acafbc4cc2e --- /dev/null +++ b/tests/sys/netpfil/ipfw/fwd_inetd.conf @@ -0,0 +1,6 @@ +# +# Set up the correct listener and a listener that matches the original +# destination port in the test, to check the bug fixed by aab8c844b91. +# +http stream tcp nowait nobody /bin/echo echo BAD 80 +xfer stream tcp nowait nobody /bin/echo echo GOOD 82 |