diff options
author | 2003-06-19 08:43:58 +0000 | |
---|---|---|
committer | 2003-06-19 08:43:58 +0000 | |
commit | f62b89d6e28ee8e70c0ae1da09bf958e09a0ec9c (patch) | |
tree | dfbdfaa098f0b06aaddc4d36f69c5f46128ba306 | |
parent | plug memory leak; ok solar, camield (diff) | |
download | wireguard-openbsd-f62b89d6e28ee8e70c0ae1da09bf958e09a0ec9c.tar.xz wireguard-openbsd-f62b89d6e28ee8e70c0ae1da09bf958e09a0ec9c.zip |
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" |