From a278c8095e633e1a8e68ba541cbf1c5bb8336ad2 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 2 Mar 2009 14:19:51 -0800 Subject: [PATCH] vswitchd: Fix typo in comment. --- vswitchd/bridge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index 3bd7d252..36755026 100644 --- a/vswitchd/bridge.c +++ b/vswitchd/bridge.c @@ -1671,7 +1671,7 @@ process_flow(struct bridge *br, const flow_t *flow, /* Drop frames for ports that STP wants entirely killed (both for * forwarding and for learning). Later, after we do learning, we'll drop - * the frames that STP doesn't want to do learning on. */ + * the frames that STP wants to do learning but not forwarding on. */ if (in_port->stp_state & (STP_LISTENING | STP_BLOCKING)) { printf("drop on %s: %s (%x)\n", in_port->name, stp_state_name(in_port->stp_state), -- 2.30.2