summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-06-06 02:21:06 +0200
committerOndrej Filip <feela@network.cz>2000-06-06 02:21:06 +0200
commit7d68e18b414bbdef9a5472006e8674a3d74e5a00 (patch)
treec2b1b2e6b40b5e71e9b236f7f6d57d7d35d83fad /doc
parentb131e163c292aac09dc7f73924de0fad6547743d (diff)
downloadbird-7d68e18b414bbdef9a5472006e8674a3d74e5a00.tar
bird-7d68e18b414bbdef9a5472006e8674a3d74e5a00.zip
Added NBMA into examples.
Diffstat (limited to 'doc')
-rw-r--r--doc/bird.conf.example7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bird.conf.example b/doc/bird.conf.example
index 053998f..ca7546e 100644
--- a/doc/bird.conf.example
+++ b/doc/bird.conf.example
@@ -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;