0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-17 16:48:43 +00:00

Make rip example fit on page.

This commit is contained in:
Pavel Machek 2000-06-05 16:42:54 +00:00
parent 8798c81176
commit 22080a8640

View File

@ -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; };