]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Format of dates changed, so rip authentication is now commented out.
authorPavel Machek <pavel@ucw.cz>
Wed, 22 Mar 2000 14:23:40 +0000 (14:23 +0000)
committerPavel Machek <pavel@ucw.cz>
Wed, 22 Mar 2000 14:23:40 +0000 (14:23 +0000)
bird.conf

index 78519ac7eccb8e85d56d1ec039757e890c60ac0d..02a34706eefba28dd195d351043028bf568d8029 100644 (file)
--- a/bird.conf
+++ b/bird.conf
@@ -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; };