summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorCedric Berger <cedric@cvs.openbsd.org>2003-07-19 15:11:01 +0000
committerCedric Berger <cedric@cvs.openbsd.org>2003-07-19 15:11:01 +0000
commitd2d2ace7a0d6d1cff0973dbc975183b7022550e3 (patch)
tree738ddefd17054ef055e0269ea3a33a282e7cf079 /regress
parentfbcbf86e5a6b904656fc6838a4b71b42a81a6532 (diff)
Actually, this shows the problem.
Diffstat (limited to 'regress')
-rw-r--r--regress/sbin/pfctl/pf82.in2
-rw-r--r--regress/sbin/pfctl/pf82.loaded6
-rw-r--r--regress/sbin/pfctl/pf82.ok2
3 files changed, 5 insertions, 5 deletions
diff --git a/regress/sbin/pfctl/pf82.in b/regress/sbin/pfctl/pf82.in
index 7a071218921..b5ba5c20099 100644
--- a/regress/sbin/pfctl/pf82.in
+++ b/regress/sbin/pfctl/pf82.in
@@ -12,5 +12,5 @@ pass inet from <bar>
pass from <bar>
pass inet6 from <foo>
pass from <foo>
-pass from no-route
pass inet from no-route
+pass from no-route
diff --git a/regress/sbin/pfctl/pf82.loaded b/regress/sbin/pfctl/pf82.loaded
index d7a1c826026..2fb3d832900 100644
--- a/regress/sbin/pfctl/pf82.loaded
+++ b/regress/sbin/pfctl/pf82.loaded
@@ -39,14 +39,14 @@
[ queue: qname= qid=0 pqname= pqid=0 ]
[ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ]
@10 pass from <foo:*> to any
- [ Skip steps: i=end d=end f=12 p=end sp=end da=end dp=end ]
+ [ Skip steps: i=end d=end p=end sp=end da=end dp=end ]
[ queue: qname= qid=0 pqname= pqid=0 ]
[ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ]
-@11 pass from no-route to any
+@11 pass inet from no-route to any
[ Skip steps: i=end d=end p=end sa=end sp=end da=end dp=end ]
[ queue: qname= qid=0 pqname= pqid=0 ]
[ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ]
-@12 pass inet from no-route to any
+@12 pass from no-route to any
[ Skip steps: i=end d=end f=end p=end sa=end sp=end da=end dp=end ]
[ queue: qname= qid=0 pqname= pqid=0 ]
[ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ]
diff --git a/regress/sbin/pfctl/pf82.ok b/regress/sbin/pfctl/pf82.ok
index 44bd23345b8..d58d77240b0 100644
--- a/regress/sbin/pfctl/pf82.ok
+++ b/regress/sbin/pfctl/pf82.ok
@@ -9,5 +9,5 @@ pass inet from <bar> to any
pass from <bar> to any
pass inet6 from <foo> to any
pass from <foo> to any
-pass from no-route to any
pass inet from no-route to any
+pass from no-route to any