diff options
-rw-r--r-- | regress/sbin/pfctl/pf7.ok | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/pf7.ok b/regress/sbin/pfctl/pf7.ok index 03119742943..f8deafd8445 100644 --- a/regress/sbin/pfctl/pf7.ok +++ b/regress/sbin/pfctl/pf7.ok @@ -2,8 +2,8 @@ @1 block in log on tun0 all @2 block return-rst out log on tun0 proto tcp all @3 block return-rst in log on tun0 proto tcp all -@4 block return-icmp out log on tun0 proto udp all -@5 block return-icmp in log on tun0 proto udp all +@4 block return-icmp(port-unr, port-unr) out log on tun0 proto udp all +@5 block return-icmp(port-unr, port-unr) in log on tun0 proto udp all @6 block out log quick on tun0 inet from ! 157.161.48.183 to any @7 block in quick on tun0 inet from any to 255.255.255.255 @8 block in log quick on tun0 inet from 10.0.0.0/8 to any |