Remove vestigial support for Spanning Tree Protocol.
authorBen Pfaff <blp@nicira.com>
Thu, 12 Aug 2010 00:24:13 +0000 (17:24 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 13 Aug 2010 16:47:27 +0000 (09:47 -0700)
commitba186119ca5f787486189c041d76d63dee629dc1
tree5afa34bcffec89395a752d937c5e4c1b1a67f68f
parent10df718e73122df2f3b04ed585e50e4b299a8cbd
Remove vestigial support for Spanning Tree Protocol.

Open vSwitch has never properly supported IEEE 802.1D Spanning Tree
Protocol (STP), but it has various bits and pieces that claim to support
it.  This commit deletes them, to reduce the amount of dead code in the
tree.  We can always reintroduce it later if it proves to be a good idea.

Bug #1175.
17 files changed:
extras/ezio/ovs-switchui.c
lib/automake.mk
lib/learning-switch.c
lib/learning-switch.h
lib/packets.h
lib/stp.c [deleted file]
lib/stp.h [deleted file]
lib/vlog-modules.def
ofproto/ofproto.c
ofproto/ofproto.h
tests/.gitignore
tests/automake.mk
tests/stp.at [deleted file]
tests/test-stp.c [deleted file]
tests/testsuite.at
utilities/ovs-controller.c
utilities/ovs-openflowd.c