Format of dates changed, so rip authentication is now commented out.
This commit is contained in:
parent
72a6ef11fe
commit
ba4466701a
1 changed files with 3 additions and 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; };
|
||||
|
|
Loading…
Reference in a new issue