diff options
-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; }; |