mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
Format of dates changed, so rip authentication is now commented out.
This commit is contained in:
parent
72a6ef11fe
commit
ba4466701a
@ -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; };
|
||||
|
Loading…
Reference in New Issue
Block a user