summaryrefslogtreecommitdiffstats
path: root/doc/bird.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bird.sgml')
-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; };