From 3b16080c97a2d89c90f7df7a8fda0401ec9abe42 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Wed, 14 Jul 2004 21:46:20 +0000 Subject: Multiple OSPF areas can be attached. Origination of summary LSA works. Routing table calculation works. Virtual links works. Well, I hope, OSPF is fully compatible with RFC2328!!!! --- doc/bird.conf.example | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'doc/bird.conf.example') diff --git a/doc/bird.conf.example b/doc/bird.conf.example index ace813b..1e7ba8a 100644 --- a/doc/bird.conf.example +++ b/doc/bird.conf.example @@ -103,12 +103,11 @@ protocol static { # export filter { print "exporting"; accept; }; #} -# Please note, multiple areas still don't work. #protocol ospf MyOSPF { +# tick 2; # rfc1583compat yes; # area 0.0.0.0 { # stub no; -# tick 1; # interface "eth*" { # hello 9; # retransmit 6; @@ -136,6 +135,11 @@ protocol static { # hello 8; # authentication none; # }; +# interface "fr*"; +# virtual link 192.168.0.1 { +# password "sdsdffsdfg"; +# authentication cryptographic; +# }; # }; #} -- cgit v1.2.3