[BACK]Return to ospf6d.conf CVS log [TXT][DIR] Up to [local] / src / etc

Annotation of src/etc/ospf6d.conf, Revision 1.2

1.2     ! stsp        1: # $OpenBSD: ospf6d.conf,v 1.1 2007/10/08 12:16:35 norby Exp $
1.1       norby       2:
                      3: # global configuration
                      4: # router-id 10.0.0.1
                      5: # fib-update no
                      6: # stub router no
                      7: # spf-delay 1
                      8: # spf-holdtime 5
                      9:
                     10: # hello-interval 10
                     11: # metric 10
                     12: # retransmit-interval 5
                     13: # router-dead-time 40
                     14: # router-priority 1
                     15: # transmit-delay 1
                     16:
                     17: # rtlabel "DMZ" external-tag 1
                     18:
                     19: # areas
                     20: area 0.0.0.5 {
                     21:        interface em0 {
                     22:                router-dead-time 20
                     23:        }
                     24:
                     25:        interface em1 {
                     26:        }
                     27: }
                     28:
                     29: area 0.0.0.7 {
                     30:        interface em2 {
                     31:                router-priority 5
                     32:        }
                     33: }