]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Make rip example fit on page.
authorPavel Machek <pavel@ucw.cz>
Mon, 5 Jun 2000 16:42:54 +0000 (16:42 +0000)
committerPavel Machek <pavel@ucw.cz>
Mon, 5 Jun 2000 16:42:54 +0000 (16:42 +0000)
doc/bird.sgml

index fab540b3753aeb927d08b087268b884af874b415..0945b24de4d30bcfcf9b8b77c8e261faf5bc7f98 100644 (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; };