summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2000-06-05 18:42:54 +0200
committerPavel Machek <pavel@ucw.cz>2000-06-05 18:42:54 +0200
commit22080a8640f268247a4cf74c9e76f958a05c4b69 (patch)
tree7d8b1892dd34118362deb1957fc30b6c6c6b29a0 /doc
parent8798c811762f463b662108643d7c4c869deb7f98 (diff)
downloadbird-22080a8640f268247a4cf74c9e76f958a05c4b69.tar
bird-22080a8640f268247a4cf74c9e76f958a05c4b69.zip
Make rip example fit on page.
Diffstat (limited to 'doc')
-rw-r--r--doc/bird.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml
index fab540b..0945b24 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; };