]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Put rip options into config file.
authorPavel Machek <pavel@ucw.cz>
Wed, 8 Dec 1999 12:51:15 +0000 (12:51 +0000)
committerPavel Machek <pavel@ucw.cz>
Wed, 8 Dec 1999 12:51:15 +0000 (12:51 +0000)
doc/bird.conf.example

index 33b4e13231a688f0258fc8501575370066641311..d37a2a7ddaea37c1ab28719b24df1636bcbd966b 100644 (file)
 #protocol rip MyRIP_test {
 #      preference xyzzy;
 #      debug all;
-#      import filter okay;
+#      port 1520;
+#      period 7;
+#      garbagetime 60;
+#      interface "*" { mode broadcast; };
+#      honour neighbour;
+#      passwords { password "ahoj" from 0 to 10;
+#              password "nazdar" from 10;
+#      }
+#      authentication none;
+#      import filter { print "importing"; accept; };
+#      export filter { print "exporting"; accept; };
 #}
 
 protocol direct {