On Wed, Jul 25, 2012 at 10:26:27AM +0200, [email protected] wrote: > Hi, > I've got very simple config: > -- bird.conf -- > log "/var/log/bird.log" { debug, trace, info, remote, warning, error, auth, > fatal, bug }; > debug protocols all; > router id 172.0.0.1; > protocol kernel { > learn; > persist; > scan time 20; > export all; > } > protocol device { > scan time 10; > } > protocol static { > route 0.0.0.0/0 drop; > } > protocol ospf MyOSPF { > export all; > area 0.0.0.0 { > interface "dummy*" { > }; > }; > area 10.0.0.0 { > nssa; > interface "eth*" { > type nbma; > }; > }; > } > -- end -- > > If area 10.0.0.0 is commented it works as expected: > ... > > but if I uncomment it (area 10) default route is disapearing: > bird> sh ro
... Hello Does the problem appear even if you just start BIRD in this problematic configuration? Or you have to reconfigure if from other working to trigger that? -- Elen sila lumenn' omentielvo Ondrej 'SanTiago' Zajicek (email: [email protected]) OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net) "To err is human -- to blame it on a computer is even more so."
signature.asc
Description: Digital signature
