On Tue, Jan 24, 2012 at 07:17:12PM -0800, Ethan Jackson wrote:
> Here's an incremental.
The incremental looks good.
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
Here's an incremental.
---
lib/stp.c | 22 --
vswitchd/ovs-vswitchd.8.in |6 --
2 files changed, 20 insertions(+), 8 deletions(-)
diff --git a/lib/stp.c b/lib/stp.c
index 67a93d0..ba27306 100644
--- a/lib/stp.c
+++ b/lib/stp.c
@@ -210,7 +210,8 @@ sta
On Mon, Jan 16, 2012 at 03:07:56PM -0800, Ethan Jackson wrote:
> Users may want to force the network to flush its MAC tables by
> manually triggering a topology change event due to some event in
> the system.
>
> Signed-off-by: Ethan Jackson
Should we send TCNs from all STP instances if no argum
Users may want to force the network to flush its MAC tables by
manually triggering a topology change event due to some event in
the system.
Signed-off-by: Ethan Jackson
---
lib/stp.c | 44
lib/stp.h |1 +
vswitc