diff --git a/bird.conf b/bird.conf index 78519ac7..02a34706 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; };