mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Format of dates changed, so rip authentication is now commented out.
This commit is contained in:
@@ -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; };
|
||||
|
||||
Reference in New Issue
Block a user