summaryrefslogtreecommitdiff
path: root/regress/sbin/pfctl/pf5.ok
diff options
context:
space:
mode:
Diffstat (limited to 'regress/sbin/pfctl/pf5.ok')
-rw-r--r--regress/sbin/pfctl/pf5.ok8
1 files changed, 4 insertions, 4 deletions
diff --git a/regress/sbin/pfctl/pf5.ok b/regress/sbin/pfctl/pf5.ok
index b3f7c2c99f8..50a0371e9f5 100644
--- a/regress/sbin/pfctl/pf5.ok
+++ b/regress/sbin/pfctl/pf5.ok
@@ -1,10 +1,10 @@
foo = "ssh, ftp"
bar = "other thing"
inside = "10.0.0.0/8"
-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 = 7 to 12.34.56.78 port = 6667
+block drop in inet proto udp from 10.0.0.0/8 port = 7 to 12.34.56.78 port = 16
+block drop in inet proto udp from 10.0.0.0/8 port = 22 to 12.34.56.78 port = 6667
+block drop in inet proto udp from 10.0.0.0/8 port = 22 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