From: Pavel Machek Date: Wed, 22 Mar 2000 14:23:40 +0000 (+0000) Subject: Format of dates changed, so rip authentication is now commented out. X-Git-Tag: v1.2.0~1262 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba4466701aed032f947272dead47b3abc7bb7a3f;p=thirdparty%2Fbird.git Format of dates changed, so rip authentication is now commented out. --- diff --git a/bird.conf b/bird.conf index 78519ac7e..02a34706e 100644 --- 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; };