mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +00:00
Put rip options into config file.
This commit is contained in:
parent
9b47eb8530
commit
3df563fa4c
@ -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 New Issue
Block a user