mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 08:38:42 +00:00
Make rip example fit on page.
This commit is contained in:
parent
8798c81176
commit
22080a8640
@ -1073,7 +1073,8 @@ protocol rip MyRIP_test {
|
||||
port 1520;
|
||||
period 10;
|
||||
garbage time 60;
|
||||
interface "eth0" { metric 3; mode multicast; } "eth1" { metric 2; mode broadcast; };
|
||||
interface "eth0" { metric 3; mode multicast; }
|
||||
"eth1" { metric 2; mode broadcast; };
|
||||
honor neighbor;
|
||||
authentication none;
|
||||
import filter { print "importing"; accept; };
|
||||
|
Loading…
Reference in New Issue
Block a user