diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-06-19 08:43:59 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-06-19 08:43:59 +0000 |
commit | c3b335516b4169fe33f9c0f5bfccabb6d7e2a1fa (patch) | |
tree | d742fa51c1c90c461de6fae1703715ebd7129434 | |
parent | 8820cccc99f9e64a1764fc8b097ee4a321e18d36 (diff) |
I'm a dork.
probably noticed by many but pointed out by david.
-rw-r--r-- | regress/sbin/pfctl/pf79.loaded | 2 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf79.ok | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/pf79.loaded b/regress/sbin/pfctl/pf79.loaded index c33df3d3fc4..f192a56706f 100644 --- a/regress/sbin/pfctl/pf79.loaded +++ b/regress/sbin/pfctl/pf79.loaded @@ -1,4 +1,4 @@ -@0 pass in inet from 10.0.0.1 to no-route label "10.0.0.1:any" +@0 pass in inet from 10.0.0.1 to no-route label "10.0.0.1:no-route" [ 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/pf79.ok b/regress/sbin/pfctl/pf79.ok index 8b1d2976cc1..12d04082405 100644 --- a/regress/sbin/pfctl/pf79.ok +++ b/regress/sbin/pfctl/pf79.ok @@ -1 +1 @@ -pass in inet from 10.0.0.1 to no-route label "10.0.0.1:any" +pass in inet from 10.0.0.1 to no-route label "10.0.0.1:no-route" |