The ospf6d manpage states that the daemon laks support for multi area
authorremi <remi@openbsd.org>
Sat, 27 Mar 2021 10:23:25 +0000 (10:23 +0000)
committerremi <remi@openbsd.org>
Sat, 27 Mar 2021 10:23:25 +0000 (10:23 +0000)
configurations. Fix the example config to only use one area instead of
two.

Issue brought up and OK danj@
claudio@ doesn't mind

etc/examples/ospf6d.conf

index c7248e1..940bbd8 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: ospf6d.conf,v 1.1 2014/07/11 16:36:35 deraadt Exp $
+# $OpenBSD: ospf6d.conf,v 1.2 2021/03/27 10:23:25 remi Exp $
 
 # global configuration
 # router-id 10.0.0.1
 area 0.0.0.5 {
        interface em0 {
                router-dead-time 20
+               router-priority 5
        }
 
        interface em1 {
        }
 }
-
-area 0.0.0.7 {
-       interface em2 {
-               router-priority 5
-       }
-}