This website requires JavaScript.
Explore
Help
Sign in
Piteball
/
android_kernel_samsung_msm8976
Watch
1
Star
1
Fork
You've already forked android_kernel_samsung_msm8976
0
mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced
2024-11-01 10:33:27 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
e83d360d9a
android_kernel_samsung_msm8976
/
net
/
802
/
Kconfig
8 lines
68 B
Text
Raw
Normal View
History
Unescape
Escape
net: Add STP demux layer Add small STP demux layer for demuxing STP PDUs based on MAC address. This is needed to run both GARP and STP in parallel (or even load the modules) since both use LLC_SAP_BSPAN. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
2008-07-06 04:25:39 +00:00
config STP
tristate
select LLC
net: Add GARP applicant-only participant Add an implementation of the GARP (Generic Attribute Registration Protocol) applicant-only participant. This will be used by the following patch to add GVRP support to the VLAN code. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
2008-07-06 04:26:13 +00:00
config GARP
tristate
select STP
Reference in a new issue
Copy permalink