diff options
author | Pavel Machek <pavel@ucw.cz> | 2000-03-22 15:23:40 +0100 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2000-03-22 15:23:40 +0100 |
commit | ba4466701aed032f947272dead47b3abc7bb7a3f (patch) | |
tree | e19f9a7739c94204ced48d459156da445397f365 | |
parent | 72a6ef11fe6589d0f4d5158c207ff8a0669becc3 (diff) | |
download | bird-ba4466701aed032f947272dead47b3abc7bb7a3f.tar bird-ba4466701aed032f947272dead47b3abc7bb7a3f.zip |
Format of dates changed, so rip authentication is now commented out.
-rw-r--r-- | bird.conf | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -15,9 +15,9 @@ protocol rip MyRIP_test { garbagetime 60; interface "*"; honour neighbour; - passwords { password "ahoj" from 0 to 10; - password "nazdar" from 10; - } +# passwords { password "ahoj" from 0 to 10; +# password "nazdar" from 10; +# } authentication none; import filter { print "importing"; accept; }; export filter { print "exporting"; accept; }; |