diff options
author | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2001-11-13 07:01:05 +0000 |
---|---|---|
committer | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2001-11-13 07:01:05 +0000 |
commit | 7b8df14bc78817a191042f74b34a97eb1e0e8862 (patch) | |
tree | 51cceb5e5f1559587376aa9ebffecac0b02bf72a /regress/sbin/pfctl/pf9.ok | |
parent | 30783811e022a9235a839fbe208d799cf9299cd2 (diff) |
Use more common interface names like lo0, tun0, enc0 for regress tests,
so they run anywhere. From jason@.
Diffstat (limited to 'regress/sbin/pfctl/pf9.ok')
-rw-r--r-- | regress/sbin/pfctl/pf9.ok | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/sbin/pfctl/pf9.ok b/regress/sbin/pfctl/pf9.ok index bad26450dce..8c64f3e3331 100644 --- a/regress/sbin/pfctl/pf9.ok +++ b/regress/sbin/pfctl/pf9.ok @@ -1,3 +1,3 @@ -interfaces = { gm0, kue0 } -@0 block in on kue0 all -@0 block in on gm0 all +interfaces = { enc0, tun0 } +@0 block in on tun0 all +@0 block in on enc0 all |