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

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

1.1     ! henning     1: # $OpenBSD$
        !             2:
        !             3: router-id 1.11.12.13
        !             4:
        !             5: hello-interval 10
        !             6: router-dead-time 40
        !             7: #spf-delay 5
        !             8: #spf-holdtime 10
        !             9: #auto-cost 1000
        !            10:
        !            11: router-priority 1
        !            12: metric 10
        !            13: #auth-type plain
        !            14: #auth-key secret
        !            15:
        !            16: area 0.0.0.0 {
        !            17:        interface em0 {
        !            18:                hello-interval $test
        !            19:                router-dead-time 40
        !            20:                router-priority 0
        !            21:                metric 11
        !            22:                #auth-type none
        !            23:                #auth-key secret
        !            24:                #transmit-delay 5
        !            25:                #retransmit-interval 20
        !            26:        }
        !            27:
        !            28: #      interface em1 {
        !            29: #              hello-interval 10
        !            30: #              router-dead-time 40
        !            31: #              router-priority 3
        !            32: #              metric 12
        !            33: #      }
        !            34: }