diff options
author | Pavel Machek <pavel@ucw.cz> | 1999-08-18 13:19:33 +0000 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 1999-08-18 13:19:33 +0000 |
commit | bce8a34b128f1c0495f3f7a28d832d9c2b4a9543 (patch) | |
tree | becf50fe874276a0d3880875a0b5a1d59c0d5cb9 /bird.conf | |
parent | f651941402079052fbdabf64092e7dd4a6a8cafe (diff) |
Few fixme's fixed in rip (will not crash any more on request for
sending routing table - hopefully).
Next few steps in md5 authentication (not yet complete).
Diffstat (limited to 'bird.conf')
-rw-r--r-- | bird.conf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ protocol rip MyRIP_test { garbagetime 30; interface "*"; export filter testf; + honour neighbour; passwords { password "ahoj" from 0 to 10; password "nazdar" from 10 to 20; } |