diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-12-05 16:55:41 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-12-05 16:55:41 +0000 |
commit | fe7cac444b32dc6e0ed44848db8b342c9c76e77c (patch) | |
tree | c7ed4b93c4ff58043d38d63d02dba941a0eaab77 /regress/sbin/pfctl/pf9.loaded | |
parent | 62d05751e4964f63eea925974c38ec2bc7a05a97 (diff) |
lo1, tun0, tun1 don't exist any more. thus, create the interfaces we need for
regress purposes before starting and destroy them afterwards.
lo1 -> lo1000000
tun0 -> tun1000000
tun1 -> tun1000001
ok markus@
Diffstat (limited to 'regress/sbin/pfctl/pf9.loaded')
-rw-r--r-- | regress/sbin/pfctl/pf9.loaded | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sbin/pfctl/pf9.loaded b/regress/sbin/pfctl/pf9.loaded index 10c7a7e20ee..8c6247c4e7f 100644 --- a/regress/sbin/pfctl/pf9.loaded +++ b/regress/sbin/pfctl/pf9.loaded @@ -2,7 +2,7 @@ [ Skip steps: 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 ] -@1 block drop in on tun0 all +@1 block drop in on tun1000000 all [ 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 ] |