Format of dates changed, so rip authentication is now commented out.

This commit is contained in:
Pavel Machek 2000-03-22 14:23:40 +00:00
parent 72a6ef11fe
commit ba4466701a

View file

@ -15,9 +15,9 @@ protocol rip MyRIP_test {
garbagetime 60; garbagetime 60;
interface "*"; interface "*";
honour neighbour; honour neighbour;
passwords { password "ahoj" from 0 to 10; # passwords { password "ahoj" from 0 to 10;
password "nazdar" from 10; # password "nazdar" from 10;
} # }
authentication none; authentication none;
import filter { print "importing"; accept; }; import filter { print "importing"; accept; };
export filter { print "exporting"; accept; }; export filter { print "exporting"; accept; };