pf tests: Fix incorrect test for PR 231323

Fix r339466.  The test result file did not list the rdr rule.
Additionally, the route-to rule needs a redirection address.

X-MFC-with:	339466
This commit is contained in:
Kristof Provost
2018-10-22 23:33:48 +00:00
parent ddf09ad64b
commit db2380870c
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
rdr on em0 proto tcp from any to any -> 1.1.1.1 port 2121
pass out log quick on lo0 route-to lo0 from any to any
pass in log quick on lo0 route-to (lo0 localhost) from any to any
pass out log quick on lo0 route-to (lo0 localhost) inet from any to any
pass in log quick on lo0 route-to (lo0 localhost) inet6 from any to any
+2 -1
View File
@@ -1,2 +1,3 @@
pass out log quick on lo0 route-to (lo0 ?) all flags S/SA keep state
rdr on em0 inet proto tcp all -> 1.1.1.1 port 2121
pass out log quick on lo0 route-to (lo0 127.0.0.1) inet all flags S/SA keep state
pass in log quick on lo0 route-to (lo0 ::1) inet6 all flags S/SA keep state