On Fri, Nov 19, 2010 at 4:52 PM, wrote:
>> > In IPv6 it should be possible to generate a Router Advertisement which
>> > contains no prefix options (the idea being that I want the host to
>> > populate its default router list but nothing else). However, I cannot
>> > seem to get rtadvd to do this
Hi,
In net/if_epair.c semicolon is missed in epair_nh_drainedcpu() (see the
patch below). This shows up when compiling with EPAIR_DEBUG.
Also, what was a reason to declare epair_debug mib as XINT? Shouldn't be just
INT?
--
Mikolaj Golub
Index: sys/net/if_epair.c
===
> >>> In IPv6 it should be possible to generate a Router Advertisement which
> >>> contains no prefix options (the idea being that I want the host to
> >>> populate its default router list but nothing else). However, I cannot
> >>> seem to get rtadvd to do this.
>
> Can you open a PR and get it as
> Ok, please try latest re(4) in HEAD.
I am noob with this, sorry. Could you please give guidance?
If I copy if_re.ko from snapshot image to /boot/kernel/ is it
sufficient or have to build a whole new kernel from HEAD source? Can
somehow just compile a new driver if copy does not work?
Thanks.
__
On Sun, 21 Nov 2010, Mikolaj Golub wrote:
Hi,
In net/if_epair.c semicolon is missed in epair_nh_drainedcpu() (see the
patch below). This shows up when compiling with EPAIR_DEBUG.
Thanks. I'll commit it it in a sec.
Also, what was a reason to declare epair_debug mib as XINT? Shouldn't be ju