summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordenis <denis@openbsd.org>2019-12-28 09:40:43 +0000
committerdenis <denis@openbsd.org>2019-12-28 09:40:43 +0000
commitd77361a7444b500d0720f98e51c54ff430a7009e (patch)
treeb6a66c70599e6ab80b4b91e2d0ffb197c7708301
parentRefactor link state ack/req. (diff)
downloadwireguard-openbsd-d77361a7444b500d0720f98e51c54ff430a7009e.tar.xz
wireguard-openbsd-d77361a7444b500d0720f98e51c54ff430a7009e.zip
hello-interval is ignored in area, remove it.
Noticed by remi@
-rw-r--r--regress/usr.sbin/ospf6d/ospf6d.network_statement.rdomain1.conf1
-rw-r--r--regress/usr.sbin/ospf6d/ospf6d.network_statement.rdomain2.conf2
2 files changed, 0 insertions, 3 deletions
diff --git a/regress/usr.sbin/ospf6d/ospf6d.network_statement.rdomain1.conf b/regress/usr.sbin/ospf6d/ospf6d.network_statement.rdomain1.conf
index 09fe818272a..6a2f3a67851 100644
--- a/regress/usr.sbin/ospf6d/ospf6d.network_statement.rdomain1.conf
+++ b/regress/usr.sbin/ospf6d/ospf6d.network_statement.rdomain1.conf
@@ -8,5 +8,4 @@ area 10.0.0.1 {
interface lo{RDOMAIN1}
interface vether{RDOMAIN1}
interface {PAIR1}
- hello-interval 20
}
diff --git a/regress/usr.sbin/ospf6d/ospf6d.network_statement.rdomain2.conf b/regress/usr.sbin/ospf6d/ospf6d.network_statement.rdomain2.conf
index e157c97f701..3923965dec2 100644
--- a/regress/usr.sbin/ospf6d/ospf6d.network_statement.rdomain2.conf
+++ b/regress/usr.sbin/ospf6d/ospf6d.network_statement.rdomain2.conf
@@ -4,11 +4,9 @@ rdomain {RDOMAIN2}
redistribute 2001:db8:ffff::/126
redistribute default
redistribute rtlabel toOSPF
-spf-holdtime 1
area 10.0.0.1 {
interface lo{RDOMAIN2}
interface vether{RDOMAIN2}
interface {PAIR2}
- hello-interval 20
}