]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Added example of OSPF configuration.
authorOndrej Filip <feela@network.cz>
Mon, 5 Jun 2000 21:09:03 +0000 (21:09 +0000)
committerOndrej Filip <feela@network.cz>
Mon, 5 Jun 2000 21:09:03 +0000 (21:09 +0000)
doc/bird.conf.example

index 476d8a8fc12fdcb41b4aee7ed43136225300c55b..053998f0feba179a3eda2b9bafe4363cab705a21 100644 (file)
@@ -103,6 +103,31 @@ protocol static {
 #      export filter { print "exporting"; accept; };
 #}
 
+# Please note, multiple areas still don't work.
+#protocol ospf MyOSPF {
+#      rfc1583compat yes;
+#      area 0.0.0.0 {
+#              stub no;
+#              tick 1;
+#              interface "eth*" {
+#                      hello 9;
+#                      retransmit 6;
+#                      cost 10;
+#                      transit delay 5;
+#                      dead count 5;
+#                      wait 50;
+#                      type broadcast;
+#              };
+#      };
+#      area 20 {
+#              stub 1;
+#              interface "ppp1" {
+#                      hello 8;
+#              };
+#      };
+#}
+               
+
 #protocol bgp {
 #      disabled;
 #      local as 65000;