aboutsummaryrefslogtreecommitdiff
path: root/lib/learning-switch.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-08-11 17:24:13 -0700
committerBen Pfaff <blp@nicira.com>2010-08-13 09:47:27 -0700
commitba186119ca5f787486189c041d76d63dee629dc1 (patch)
tree5afa34bcffec89395a752d937c5e4c1b1a67f68f /lib/learning-switch.h
parent10df718e73122df2f3b04ed585e50e4b299a8cbd (diff)
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.
Diffstat (limited to 'lib/learning-switch.h')
-rw-r--r--lib/learning-switch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/learning-switch.h b/lib/learning-switch.h
index 3b414a5b..e66001ac 100644
--- a/lib/learning-switch.h
+++ b/lib/learning-switch.h
@@ -28,7 +28,7 @@ struct lswitch *lswitch_create(struct rconn *, bool learn_macs,
bool exact_flows, int max_idle,
bool action_normal, FILE *default_flows);
void lswitch_set_queue(struct lswitch *sw, uint32_t queue);
-void lswitch_run(struct lswitch *, struct rconn *);
+void lswitch_run(struct lswitch *);
void lswitch_wait(struct lswitch *);
void lswitch_destroy(struct lswitch *);
void lswitch_process_packet(struct lswitch *, struct rconn *,