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

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

1.2     ! norby       1: # $OpenBSD: ospfd.conf,v 1.1 2005/02/05 20:40:22 henning Exp $
1.1       henning     2:
1.2     ! norby       3: # macros
        !             4: password="secret"
1.1       henning     5:
1.2     ! norby       6: # global configuration
        !             7: router-id 10.0.0.1
        !             8: # fib-update no
        !             9: # spf-delay 1
        !            10: # spf-holdtime 5
1.1       henning    11:
1.2     ! norby      12: # auth-key $password
        !            13: # auth-type simple
        !            14: # hello-interval 10
        !            15: # metric 10
        !            16: # retransmit-interval 5
        !            17: # router-dead-time 40
        !            18: # router-priority 1
        !            19: # transmit-delay 1
        !            20:
        !            21: # areas
        !            22: area 0.0.0.5 {
1.1       henning    23:        interface em0 {
1.2     ! norby      24:                auth-type simple
        !            25:                auth-key $password
        !            26:        }
        !            27:
        !            28:        interface em1 {
        !            29:                auth-type simple
        !            30:                auth-key unknown
        !            31:        }
        !            32: }
        !            33:
        !            34: area 0.0.0.7 {
        !            35:        interface em2 {
        !            36:                router-priority 5
1.1       henning    37:        }
                     38: }