Re: Disappearing IPv6 default route

2006-10-03 Thread Matthew Seaman
John Hay wrote: -} else if (req == RTM_ADD SDL(gate)-sdl_alen == 0) { +} else if (req == RTM_ADD SDL(gate)-sdl_alen == 0 +(rt-rt_flags RTF_HOST) != 0) { ln-ln_state = ND6_LLINFO_INCOMPLETE; Please do MFC. This patch seems to have solved all the

Re: Disappearing IPv6 default route

2006-10-02 Thread John Hay
-} else if (req == RTM_ADD SDL(gate)-sdl_alen == 0) { +} else if (req == RTM_ADD SDL(gate)-sdl_alen == 0 +(rt-rt_flags RTF_HOST) != 0) { ln-ln_state = ND6_LLINFO_INCOMPLETE; Please do MFC. This patch seems to have solved all the problems I

Re: Disappearing IPv6 default route

2006-10-01 Thread Martin Blapp
Hi, Will you MFC before Beta 2 ? Martin - } else if (req == RTM_ADD SDL(gate)-sdl_alen == 0) { + } else if (req == RTM_ADD SDL(gate)-sdl_alen == 0 + (rt-rt_flags RTF_HOST) != 0) { ln-ln_state = ND6_LLINFO_INCOMPLETE;

Re: Disappearing IPv6 default route

2006-10-01 Thread Matthew Seaman
Martin Blapp wrote: Hi, Will you MFC before Beta 2 ? Martin -} else if (req == RTM_ADD SDL(gate)-sdl_alen == 0) { +} else if (req == RTM_ADD SDL(gate)-sdl_alen == 0 +(rt-rt_flags RTF_HOST) != 0) { ln-ln_state = ND6_LLINFO_INCOMPLETE;

Disappearing IPv6 default route

2006-09-30 Thread Matthew Seaman
Dear list, I've had IPv6 connectivity for some years via an IPv6 in IPv4 gif tunnel courtesy of my ISP. However, about a week ago, when I upgraded to 6.2-PRERELEASE, I noticed it had mysteriously stopped working. (It may have died before last week though; but that is the probable time) So this

Re: Disappearing IPv6 default route

2006-09-30 Thread John Hay
On Sat, Sep 30, 2006 at 08:33:11PM +0100, Matthew Seaman wrote: Dear list, I've had IPv6 connectivity for some years via an IPv6 in IPv4 gif tunnel courtesy of my ISP. However, about a week ago, when I upgraded to 6.2-PRERELEASE, I noticed it had mysteriously stopped working. (It may