diff options
author | Pavel Machek <pavel@ucw.cz> | 2000-04-12 10:34:02 +0000 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2000-04-12 10:34:02 +0000 |
commit | f7d534cf2e8932869b049bd64677bb0a67e362c1 (patch) | |
tree | f742650eb5cebaaf94c9593513d47d4384cafeda /bird.conf | |
parent | b475c543b420b65bac90992df99a0fe6c9da7c88 (diff) |
Path printing is now much nicer.
Diffstat (limited to 'bird.conf')
-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; |