Re: double vlans - once again - experiment unsucsessfull

2004-12-23 Thread Donatas
e double tagging proces by combining hardware and software tag in the ethernet packet. ------------ Re: double vlans - once again. Brooks Davis Mon, 20 Dec 2004 10:28:56 -0800 On Sat, Dec 18, 2004 at 08:57:58PM +0200, Mihail

Re: double vlans - once again.

2004-12-20 Thread Brooks Davis
On Sat, Dec 18, 2004 at 08:57:58PM +0200, Mihail Balikov wrote: > I have done this 2 years ago for FreeBSD 4-STABLE > > in sys/net/if_vlan.c in vlan_config(), replace > >if (p->if_data.ifi_type != IFT_ETHER) > return EPROTONOSUPPORT; > > with > >if (p->if_data.i

Re: double vlans - once again.

2004-12-18 Thread Mihail Balikov
ype != IFT_L2VLAN) return EPROTONOSUPPORT; - Original Message - From: "Donatas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, December 18, 2004 7:31 PM Subject: double vlans - once again. ok, i'll simplify my question - we have vlan traffic,

double vlans - once again.

2004-12-18 Thread Donatas
ok, i'll simplify my question - we have vlan traffic, which is transfered via double tagged vlans (nested vlans). Such functions are supported in some advanced switches (AT-8948). The problem is - we cannot route those double-tagged vlans using freebsd machines. Or maybe it is possible? let's