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

Diff for /src/etc/Attic/ospfd.conf between version 1.1 and 1.2

version 1.1, 2005/02/05 20:40:22 version 1.2, 2005/02/06 20:07:09
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
   
 router-id 1.11.12.13  # macros
   password="secret"
   
 hello-interval 10  # global configuration
 router-dead-time 40  router-id 10.0.0.1
 #spf-delay 5  # fib-update no
 #spf-holdtime 10  # spf-delay 1
 #auto-cost 1000  # spf-holdtime 5
   
 router-priority 1  # auth-key $password
 metric 10  # auth-type simple
 #auth-type plain  # hello-interval 10
 #auth-key secret  # metric 10
   # retransmit-interval 5
   # router-dead-time 40
   # router-priority 1
   # transmit-delay 1
   
 area 0.0.0.0 {  # areas
   area 0.0.0.5 {
         interface em0 {          interface em0 {
                 hello-interval $test                  auth-type simple
                 router-dead-time 40                  auth-key $password
                 router-priority 0  
                 metric 11  
                 #auth-type none  
                 #auth-key secret  
                 #transmit-delay 5  
                 #retransmit-interval 20  
         }          }
   
 #       interface em1 {          interface em1 {
 #               hello-interval 10                  auth-type simple
 #               router-dead-time 40                  auth-key unknown
 #               router-priority 3          }
 #               metric 12  }
 #       }  
   area 0.0.0.7 {
           interface em2 {
                   router-priority 5
           }
 }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2