diff options
author | Ondrej Filip <feela@network.cz> | 2000-06-06 00:21:06 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-06-06 00:21:06 +0000 |
commit | 7d68e18b414bbdef9a5472006e8674a3d74e5a00 (patch) | |
tree | c2b1b2e6b40b5e71e9b236f7f6d57d7d35d83fad /doc | |
parent | b131e163c292aac09dc7f73924de0fad6547743d (diff) |
Added NBMA into examples.
Diffstat (limited to 'doc')
-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 053998f0..ca7546e9 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; |