summaryrefslogtreecommitdiffstats
path: root/bird.conf
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1999-08-18 15:19:33 +0200
committerPavel Machek <pavel@ucw.cz>1999-08-18 15:19:33 +0200
commitbce8a34b128f1c0495f3f7a28d832d9c2b4a9543 (patch)
treebecf50fe874276a0d3880875a0b5a1d59c0d5cb9 /bird.conf
parentf651941402079052fbdabf64092e7dd4a6a8cafe (diff)
downloadbird-bce8a34b128f1c0495f3f7a28d832d9c2b4a9543.tar
bird-bce8a34b128f1c0495f3f7a28d832d9c2b4a9543.zip
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.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/bird.conf b/bird.conf
index 466b45c..c322efb 100644
--- a/bird.conf
+++ b/bird.conf
@@ -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;
}