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

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

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