Current problem reports assigned to freebsd-net@FreeBSD.org

2008-06-16 Thread FreeBSD bugmaster
Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description o kern/27474 net[ipf] [ppp] Interactive use of user PPP and ipfilter c o kern/35442 net

Re: carpdev?

2008-06-16 Thread Stefan Lambrev
Greetings, I'm trying this patch against 7-stable amd64 from today. The patch applies cleanly, but: ifconfig carp create ifconfig carp0 carpdev em3 ifconfig: carpdev: bad value What is the proper syntax to set carpdev? Btw 5-10min latter the server panic, but failed to dump a core. The pid to

Re: Route messages

2008-06-16 Thread Paul
Yes but I DO have a default route.. I tried putting one in, removing it, putting it back, rebooting.. The problem is ZEBRA listens to the socket and uses 10-15% cpu because of these messages.. It doesn't happen on -RELEASE though so h.. I guess I could hack it to skip over the reporting of

if_vlan subinterfaces at boot

2008-06-16 Thread Steve Bertrand
Hi everyone, Is there any way to create, and assign addresses to a if_vlan sub-interface (eg: em6.3) via rc.conf at boot? If not, is there a documented best practice on how and where in the startup routine a custom script should be run from in order to perform the necessary commands? I'd

Re: if_vlan subinterfaces at boot

2008-06-16 Thread Steve Bertrand
Is there any way to create, and assign addresses to a if_vlan sub-interface (eg: em6.3) via rc.conf at boot? Sorry for the noise... cloned_interfaces=em6.3 ifconfig_em6.3=inet x.x.x.x netmask x.x.x.x ...seems to be the job. Steve ___

Re: if_vlan subinterfaces at boot

2008-06-16 Thread Steve Bertrand
Brooks Davis wrote: On Mon, Jun 16, 2008 at 08:27:47PM -0400, Steve Bertrand wrote: Is there any way to create, and assign addresses to a if_vlan sub-interface (eg: em6.3) via rc.conf at boot? Sorry for the noise... cloned_interfaces=em6.3 ifconfig_em6.3=inet x.x.x.x netmask x.x.x.x ...seems

Re: if_vlan subinterfaces at boot

2008-06-16 Thread Steve Bertrand
Steve Bertrand wrote: Brooks Davis wrote: On Mon, Jun 16, 2008 at 08:27:47PM -0400, Steve Bertrand wrote: Is there any way to create, and assign addresses to a if_vlan sub-interface (eg: em6.3) via rc.conf at boot? I'll post back with the results in case anyone else here has been

Re: if_vlan subinterfaces at boot

2008-06-16 Thread Brooks Davis
On Mon, Jun 16, 2008 at 09:22:32PM -0400, Steve Bertrand wrote: Steve Bertrand wrote: Brooks Davis wrote: On Mon, Jun 16, 2008 at 08:27:47PM -0400, Steve Bertrand wrote: Is there any way to create, and assign addresses to a if_vlan sub-interface (eg: em6.3) via rc.conf at boot? I'll