From 22080a8640f268247a4cf74c9e76f958a05c4b69 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Mon, 5 Jun 2000 16:42:54 +0000 Subject: [PATCH] Make rip example fit on page. --- doc/bird.sgml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/bird.sgml b/doc/bird.sgml index fab540b3..0945b24d 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -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; };