Put rip options into config file.
This commit is contained in:
parent
9b47eb8530
commit
3df563fa4c
1 changed files with 11 additions and 1 deletions
|
@ -19,7 +19,17 @@
|
|||
#protocol rip MyRIP_test {
|
||||
# preference xyzzy;
|
||||
# debug all;
|
||||
# import filter okay;
|
||||
# port 1520;
|
||||
# period 7;
|
||||
# garbagetime 60;
|
||||
# interface "*" { mode broadcast; };
|
||||
# honour neighbour;
|
||||
# passwords { password "ahoj" from 0 to 10;
|
||||
# password "nazdar" from 10;
|
||||
# }
|
||||
# authentication none;
|
||||
# import filter { print "importing"; accept; };
|
||||
# export filter { print "exporting"; accept; };
|
||||
#}
|
||||
|
||||
protocol direct {
|
||||
|
|
Loading…
Reference in a new issue