Re: How to generate IPv6 RA without any prefixes?

2010-11-21 Thread Siquijor Philips
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

net/if_epair.c: semicolon missed

2010-11-21 Thread Mikolaj Golub
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 ===

Re: How to generate IPv6 RA without any prefixes?

2010-11-21 Thread sthaug
> >>> 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

Re: Problem with re0

2010-11-21 Thread Gabor Radnai
> 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. __

Re: net/if_epair.c: semicolon missed

2010-11-21 Thread Bjoern A. Zeeb
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