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

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

1.2     ! norby       1: #      $OpenBSD: ripd.conf,v 1.1 2006/10/19 15:37:54 norby Exp $
1.1       norby       2:
                      3: fib-update yes
                      4: redistribute static
                      5: split-horizon poisoned
                      6: triggered-updates yes
                      7:
                      8: interface rl0 {
                      9:        auth-type crypt
                     10:        auth-md-keyid 1
                     11:        auth-md 1 test
                     12:        cost 2
                     13: }
                     14:
                     15: interface rl1 {
                     16:        auth-type simple
                     17:        auth-key secret
                     18: }