Comment 10 for bug 1466879

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/13585
Committed: http://github.org/Juniper/contrail-controller/commit/2a36949c3caeac3f858cd6137fc75cc2982001c8
Submitter: Zuul
Branch: R2.20

commit 2a36949c3caeac3f858cd6137fc75cc2982001c8
Author: Édouard Thuleau <email address hidden>
Date: Fri Jun 19 15:45:32 2015 +0200

[vrouter_netns] Create netns if it's not exist

If the script opencontrail-vrouter-netns is call with the '--uptae'
flag, the Linux network namespace is not initialized before it sets SNAT
or LBaaS stuff on it. So it fails. To resolve that, it create it if it's
not exist.

Change-Id: I74f87f3e7f1ebca1ac664d646d139a4f6eddbf98
Closes-Bug: #1466879
(cherry picked from commit cc61f98cdfd5f289ef3adeab4d3f756d1912fa0a)