]> git.baikalelectronics.ru Git - kernel.git/commit
net: Add STP demux layer
authorPatrick McHardy <kaber@trash.net>
Sun, 6 Jul 2008 04:25:39 +0000 (21:25 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 6 Jul 2008 04:25:39 +0000 (21:25 -0700)
commit91725236030a9f055bc0c6750eed11b6e3b1415a
treeebe3397dc06ff3544a09f078f512cadb996daaf9
parentac05fd458492b1a9e5afa72307480850340cfc3c
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>
include/net/stp.h [new file with mode: 0644]
net/802/Kconfig [new file with mode: 0644]
net/802/Makefile
net/802/stp.c [new file with mode: 0644]
net/Kconfig