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

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

1.3     ! norby       1: # $OpenBSD: ospfd.conf,v 1.2 2005/02/06 20:07:09 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
                     21:
                     22: # areas
                     23: area 0.0.0.5 {
1.1       henning    24:        interface em0 {
1.2       norby      25:                auth-type simple
                     26:                auth-key $password
                     27:        }
                     28:
                     29:        interface em1 {
                     30:                auth-type simple
                     31:                auth-key unknown
                     32:        }
                     33: }
                     34:
                     35: area 0.0.0.7 {
                     36:        interface em2 {
                     37:                router-priority 5
1.1       henning    38:        }
                     39: }