diff --git a/test/pf/firewall2.conf.orig b/test/pf/firewall2.conf.orig index 676bfe61b..79566c95d 100644 --- a/test/pf/firewall2.conf.orig +++ b/test/pf/firewall2.conf.orig @@ -154,6 +154,12 @@ nat on eth0 proto tcp from 192.168.1.0/24 to any port 80 -> (eth0) # # Rule 35 (NAT) nat on eth4 proto tcp from 192.168.1.0/24 to any port 80 -> (eth4) +# +# Rule 36 (NAT) +rdr proto tcp from any to 22.22.22.22 port 119 -> { 192.168.1.10 , 255.255.255.255 } port 119 +# +# Rule 37 (NAT) +rdr on eth1 proto tcp from any to (eth1) port 119 -> { 192.168.1.10 , 255.255.255.255 } port 119 round-robin # Policy compiler errors and warnings: # firewall2:Policy:12: warning: Changing rule direction due to self reference diff --git a/test/pf/objects-for-regression-tests.fwb b/test/pf/objects-for-regression-tests.fwb index 8e1360a76..6158e4ef4 100644 --- a/test/pf/objects-for-regression-tests.fwb +++ b/test/pf/objects-for-regression-tests.fwb @@ -1,6 +1,6 @@ - + @@ -1686,6 +1686,7 @@ + @@ -4434,7 +4435,7 @@ - + @@ -5446,6 +5447,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +