openshift / openshift-sdn

Apache License 2.0
69 stars 63 forks source link

Clean up stale OVS flows correctly / don't error out of TearDown early #186

Closed danwinship closed 9 years ago

danwinship commented 9 years ago

OpenFlow rules were getting left behind because the TearDown was erroring out early because it was trying to remove the veth from the bridge after the veth had already been destroyed.

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1272295 @pravisankar

pravisankar commented 9 years ago

LGTM