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

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

1.1     ! norby       1: #      $OpenBSD$
        !             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-key test
        !            12:        auth-md 1 test
        !            13:        cost 2
        !            14: }
        !            15:
        !            16: interface rl1 {
        !            17:        auth-type simple
        !            18:        auth-key secret
        !            19: }