Re: ospf6ctl reload -> ospf6d disapear

2010-08-12 Thread Stuart Henderson
You should upgrade to more recent code if you're using ospf6d,
there have been loads of ospf6d fixes since 4.7,


On 2010-08-12, Xavier Beaudouin  wrote:
> Hi there,
>
> I am using OpenBSD 4.7 (OpenBSD core-3.kazar.net 4.7 GENERIC.MP#449 i386).
>
> I have a simple setup :
>
>
> router-id 193.43.214.7
> fib-update yes
>
> redistribute 2001:67c:ec::5 # lo0
> redistribute 2001:67c:ec:fffc::/64  # vlan56
>
> # areas
> area 0.0.0.0 {
> interface lo0 {
> passive
> metric 1000
> }
>
> interface vlan722 { metric 100 }
> }
>
> When I add a redistribute subnet and interface xx { metric 100 }
>
> the ospf6ctl reload... give me a :
>
> Aug 12 12:15:46 core-4 ospf6d[31683]: fatal in rde: interface lost in rde
> Aug 12 12:15:46 core-4 ospf6d[1609]: lost child: route decision engine exited
>
> So I have to restart ospf6d manualy...
>
> Maybe there is some issue inside the code ?
>
> Sincerly,
> Xavier



ospf6ctl reload -> ospf6d disapear

2010-08-12 Thread Xavier Beaudouin
Hi there,

I am using OpenBSD 4.7 (OpenBSD core-3.kazar.net 4.7 GENERIC.MP#449 i386).

I have a simple setup :


router-id 193.43.214.7
fib-update yes

redistribute 2001:67c:ec::5 # lo0
redistribute 2001:67c:ec:fffc::/64  # vlan56

# areas
area 0.0.0.0 {
interface lo0 {
passive
metric 1000
}

interface vlan722 { metric 100 }
}

When I add a redistribute subnet and interface xx { metric 100 }

the ospf6ctl reload... give me a :

Aug 12 12:15:46 core-4 ospf6d[31683]: fatal in rde: interface lost in rde
Aug 12 12:15:46 core-4 ospf6d[1609]: lost child: route decision engine exited

So I have to restart ospf6d manualy...

Maybe there is some issue inside the code ?

Sincerly,
Xavier