diff options
author | Patrick McHardy <kaber@trash.net> | 2008-07-05 21:25:39 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-07-05 21:25:39 -0700 |
commit | a19800d704177caaa5874baf5819307c5b7d5e4f (patch) | |
tree | ebe3397dc06ff3544a09f078f512cadb996daaf9 /net/Kconfig | |
parent | ef28d1a20f9f18ebf1be15ef6f097a76f9a63499 (diff) | |
download | linux-3.10-a19800d704177caaa5874baf5819307c5b7d5e4f.tar.gz linux-3.10-a19800d704177caaa5874baf5819307c5b7d5e4f.tar.bz2 linux-3.10-a19800d704177caaa5874baf5819307c5b7d5e4f.zip |
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>
Diffstat (limited to 'net/Kconfig')
-rw-r--r-- | net/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig index acbf7c60e89..b9866875174 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -181,6 +181,7 @@ source "net/dccp/Kconfig" source "net/sctp/Kconfig" source "net/tipc/Kconfig" source "net/atm/Kconfig" +source "net/802/Kconfig" source "net/bridge/Kconfig" source "net/8021q/Kconfig" source "net/decnet/Kconfig" |