interface FIB

2009-11-27 Thread Igor Sysoev
Currently only packets generated during encapsulation can use interface's FIB stored during interface creation: setfib 1 ifconfig gif0 ... setfib 1 ifconfig tun0 ... is it possible to implement this feature for any interface: setfib 1 ifconfig vlan0 ... or ifconfig vlan0 setfib 1 ... -- Igo

Re: ipw driver on FreeBSD 8.0

2009-11-27 Thread Guido Falsi
On Thu, Nov 26, 2009 at 09:31:58PM -0500, Chris wrote: > Hello, > > Months ago there was some chatter about the ipw driver (For Centrino Intel > 2100 wireless) being broken in 8.0 but that was when 8.0 was still under the > CURRENT branch. Can anyone tell me if it has been fixed? I'm having a heck

Re: interface FIB

2009-11-27 Thread Julian Elischer
Igor Sysoev wrote: Currently only packets generated during encapsulation can use interface's FIB stored during interface creation: setfib 1 ifconfig gif0 ... setfib 1 ifconfig tun0 ... not sure if tun actually does this (in fac tit shouldn't) but for gre and gif (and stf) these are tunnelling