From ba4466701aed032f947272dead47b3abc7bb7a3f Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Wed, 22 Mar 2000 14:23:40 +0000 Subject: Format of dates changed, so rip authentication is now commented out. --- bird.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bird.conf') diff --git a/bird.conf b/bird.conf index 78519ac..02a3470 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; }; -- cgit v1.2.3