diff options
author | Pavel Machek <pavel@ucw.cz> | 2000-04-12 12:34:02 +0200 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2000-04-12 12:34:02 +0200 |
commit | f7d534cf2e8932869b049bd64677bb0a67e362c1 (patch) | |
tree | f742650eb5cebaaf94c9593513d47d4384cafeda | |
parent | b475c543b420b65bac90992df99a0fe6c9da7c88 (diff) | |
download | bird-f7d534cf2e8932869b049bd64677bb0a67e362c1.tar bird-f7d534cf2e8932869b049bd64677bb0a67e362c1.zip |
Path printing is now much nicer.
-rw-r--r-- | bird.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ protocol rip MyRIP_test { port 1520; period 7; garbagetime 60; - interface "*"; + interface "*" { mode broadcast; }; honour neighbour; # passwords { password "ahoj" from 0 to 10; # password "nazdar" from 10; |