]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Added NBMA into examples.
authorOndrej Filip <feela@network.cz>
Tue, 6 Jun 2000 00:21:06 +0000 (00:21 +0000)
committerOndrej Filip <feela@network.cz>
Tue, 6 Jun 2000 00:21:06 +0000 (00:21 +0000)
doc/bird.conf.example

index 053998f0feba179a3eda2b9bafe4363cab705a21..ca7546e9143bde0936be58517a0ea3e5a3b99b90 100644 (file)
@@ -118,6 +118,13 @@ protocol static {
 #                      wait 50;
 #                      type broadcast;
 #              };
+#              interface "arc0" {
+#                      type nonbroadcast;
+#                      neighbors {
+#                              10.1.1.2;
+#                              10.1.1.4;
+#                      };
+#              };
 #      };
 #      area 20 {
 #              stub 1;