On 05/06/13 10:50, Kapetanakis Giannis wrote:
On 05/06/13 01:16, Claudio Jeker wrote:
Yeah, while the diff fixed the B flag it did not solve the problem that we skipped our own networks. This version should solve that (at least it does in my quick test). Needs lots of testing since this changes core parts of the route calculation.

First impression is good :)

Finally I'm getting my networks advertised.
I'll test it more and report if something is wrong.

G


I think I discovered a strange situation in this.

The following setup works:

no redistribute 10.1.30.0/30
#redistribute connected
#redistribute static

area 0.0.0.0 {
   interface bge0 {
      auth-type crypt
      auth-md xx xxxxxxxxxx
      auth-md-keyid xx
   }
}

area 0.0.0.7 {
   stub
   interface lo1 {passive}
   interface carp8 {passive}
   interface carp79 {passive}
}

If I remove lo1 from area .7 then the routes to carp8 and carp79 are lost...
although I can see them in

# ospfctl s d area 0.0.0.0

Summary Net Link States (Area 0.0.0.0)
10.0.8.0      obsd-router-id    556  0x80000004 0xfb7d
10.0.79.0     obsd-router-id    556  0x80000004 0xfb7d

G

Reply via email to