openshift / openshift-sdn

Apache License 2.0
69 stars 63 forks source link

Fix multitenant flow cleanup again #190

Closed danwinship closed 9 years ago

danwinship commented 9 years ago

Kubernetes now seems to destroy the veths before running Teardown, so it's no longer possible to find the OVS port a container was attached to, so we have to use different logic to clean up after them.

(Last time I stupidly tested against the kube plugin so didn't notice I hadn't fully fixed the multitenant plugin...)

@pravisankar