From 7d68e18b414bbdef9a5472006e8674a3d74e5a00 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 6 Jun 2000 00:21:06 +0000 Subject: Added NBMA into examples. --- doc/bird.conf.example | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/bird.conf.example') 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; -- cgit v1.2.3