Hi,
I got hit by this one yesterday, this time on a different router.
The setup looks like this:
area .8
|
area .0 | area .7
|cisco1|----------(ext)|OBSD|(int)-----------|cisco2|
|
|
area .9
As soon as OSPF was stopped on cisco2 then OBSD stopped announcing
$int_if:network
If I put int_if on area 0.0.0.0 then I have no problem and the network
is announced.
This seems like a bug to me, since $int_if:network is a connected
network on OBSD and should be announced no matter what area it belongs to.
redistribute static
redistribute connected
area 0.0.0.0 {
interface $ext_if { auth... }
}
area 0.0.0.7 {
stub # no change if I remove this
interface $int_if {
# auth ...
passive
}
}
...
regards,
Giannis
ps. msg thread in http://marc.info/?t=136267671100001&r=1&w=2