diff options
author | Ondrej Filip <feela@network.cz> | 2000-06-06 02:21:06 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-06-06 02:21:06 +0200 |
commit | 7d68e18b414bbdef9a5472006e8674a3d74e5a00 (patch) | |
tree | c2b1b2e6b40b5e71e9b236f7f6d57d7d35d83fad | |
parent | b131e163c292aac09dc7f73924de0fad6547743d (diff) | |
download | bird-7d68e18b414bbdef9a5472006e8674a3d74e5a00.tar bird-7d68e18b414bbdef9a5472006e8674a3d74e5a00.zip |
Added NBMA into examples.
-rw-r--r-- | doc/bird.conf.example | 7 |
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; |