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

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

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