This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
linux
Watch
6
Star
0
Fork
You've already forked linux
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
9d8eed12db
linux
/
net
/
802
/
Kconfig
8 lines
68 B
Plaintext
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 06:25:39 +02: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 06:26:13 +02:00
config GARP
tristate
select STP