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

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

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