Path printing is now much nicer.
This commit is contained in:
parent
b475c543b4
commit
f7d534cf2e
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ protocol rip MyRIP_test {
|
||||||
port 1520;
|
port 1520;
|
||||||
period 7;
|
period 7;
|
||||||
garbagetime 60;
|
garbagetime 60;
|
||||||
interface "*";
|
interface "*" { mode broadcast; };
|
||||||
honour neighbour;
|
honour neighbour;
|
||||||
# passwords { password "ahoj" from 0 to 10;
|
# passwords { password "ahoj" from 0 to 10;
|
||||||
# password "nazdar" from 10;
|
# password "nazdar" from 10;
|
||||||
|
|
Loading…
Reference in a new issue