summaryrefslogtreecommitdiff
path: root/regress/usr.sbin/ospfd/args-ifstate-pri-ism.pl
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2016-09-28 12:40:36 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2016-09-28 12:40:36 +0000
commit60674b9c7cae1b0d52fc29a5b6fa61ade9a44d2a (patch)
treeca878f505cd21b68e81e1e64b5f14dccb0066762 /regress/usr.sbin/ospfd/args-ifstate-pri-ism.pl
parentd371d61af3e9ff079fa925d03c98adfb01abc8e5 (diff)
The tun interface has been renamed to tap(4). Adapt ospfd test.
Diffstat (limited to 'regress/usr.sbin/ospfd/args-ifstate-pri-ism.pl')
-rw-r--r--regress/usr.sbin/ospfd/args-ifstate-pri-ism.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.sbin/ospfd/args-ifstate-pri-ism.pl b/regress/usr.sbin/ospfd/args-ifstate-pri-ism.pl
index f0c32777f86..b42ffeaeeeb 100644
--- a/regress/usr.sbin/ospfd/args-ifstate-pri-ism.pl
+++ b/regress/usr.sbin/ospfd/args-ifstate-pri-ism.pl
@@ -4,14 +4,14 @@
use strict;
use warnings;
-use Default qw($area $tun_number $ospfd_ip $ospfd_rtrid);
+use Default qw($area $tap_number $ospfd_ip $ospfd_rtrid);
our %tst_args = (
ospfd => {
conf => {
areas => {
$area => {
- "tun$tun_number:$ospfd_ip" => {
+ "tap$tap_number:$ospfd_ip" => {
'router-priority' => '0',
},
},