Re: IGMP sent to Foreign VLAN

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jarod Neuner
Date: Wednesday, October 8, 2008 - 4:34 pm

> Patrick McHardy wrote:

My original thought was to do something like this in net/core/dev.c
using a method similar to handle_bridge or handle_macvlen.  So, if the
packet doesn't get handled by the ptype_base list and IFF_ALLVLAN is
set, then strip the header and let the packet through.  The sticky point
would be whether or not this policy should be enabled by default, as it
seems to be in other network stacks.


Most switches treat VLAN 1 as the "Default" or "Administration" VLAN.
It might make sense to map VLAN 1 to the incoming interface, and then
use that as a catch all.  Then again, that might be a terrible idea as
well. =)


Duly noted - thanks.

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
IGMP sent to Foreign VLAN, Jarod Neuner, (Mon Oct 6, 12:51 pm)
Re: IGMP sent to Foreign VLAN, David Miller, (Tue Oct 7, 4:07 pm)
Re: IGMP sent to Foreign VLAN, Patrick McHardy, (Tue Oct 7, 4:53 pm)
Re: IGMP sent to Foreign VLAN, Jarod Neuner, (Wed Oct 8, 4:34 pm)
Re: IGMP sent to Foreign VLAN, Patrick McHardy, (Thu Oct 9, 5:31 am)
Re: IGMP sent to Foreign VLAN, Jarod Neuner, (Thu Oct 9, 9:18 am)
Re: IGMP sent to Foreign VLAN, Patrick McHardy, (Fri Oct 10, 9:28 am)
Re: IGMP sent to Foreign VLAN, Benny Amorsen, (Fri Oct 10, 3:45 pm)