diff options
Diffstat (limited to 'regress/sbin/pfctl/pf5.ok')
-rw-r--r-- | regress/sbin/pfctl/pf5.ok | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/regress/sbin/pfctl/pf5.ok b/regress/sbin/pfctl/pf5.ok index a09f801d6b2..930c6af6074 100644 --- a/regress/sbin/pfctl/pf5.ok +++ b/regress/sbin/pfctl/pf5.ok @@ -1,11 +1,11 @@ foo = "ssh, ftp" bar = "other thing" inside = "10.0.0.0/8" -block in inet proto udp from 10.0.0.0/8 port = echo to 12.34.56.78 port = 6667 -block in inet proto udp from 10.0.0.0/8 port = echo to 12.34.56.78 port = 16 -block in inet proto udp from 10.0.0.0/8 port = ssh to 12.34.56.78 port = 6667 -block in inet proto udp from 10.0.0.0/8 port = ssh to 12.34.56.78 port = 16 -block in inet proto udp from 10.0.0.0/8 port = 21 to 12.34.56.78 port = 6667 -block in inet proto udp from 10.0.0.0/8 port = 21 to 12.34.56.78 port = 16 -block in inet proto udp from 10.0.0.0/8 port = 113 to 12.34.56.78 port = 6667 -block in inet proto udp from 10.0.0.0/8 port = 113 to 12.34.56.78 port = 16 +block drop in inet proto udp from 10.0.0.0/8 port = echo to 12.34.56.78 port = 6667 +block drop in inet proto udp from 10.0.0.0/8 port = echo to 12.34.56.78 port = 16 +block drop in inet proto udp from 10.0.0.0/8 port = ssh to 12.34.56.78 port = 6667 +block drop in inet proto udp from 10.0.0.0/8 port = ssh to 12.34.56.78 port = 16 +block drop in inet proto udp from 10.0.0.0/8 port = 21 to 12.34.56.78 port = 6667 +block drop in inet proto udp from 10.0.0.0/8 port = 21 to 12.34.56.78 port = 16 +block drop in inet proto udp from 10.0.0.0/8 port = 113 to 12.34.56.78 port = 6667 +block drop in inet proto udp from 10.0.0.0/8 port = 113 to 12.34.56.78 port = 16 |