Comment 7 for bug 1519768

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

Reviewed: https://review.opencontrail.org/16468
Committed: http://github.org/Juniper/contrail-controller/commit/dd0c8bb54f7b1798dc790f5359588fd423a9e383
Submitter: Zuul
Branch: R2.21.x

commit dd0c8bb54f7b1798dc790f5359588fd423a9e383
Author: hkumarmk <email address hidden>
Date: Mon Nov 30 12:18:51 2015 +0530

Handle VMs with whitespace in the name

vrouter-port-control script fail when there is a whitespace in the vm
name (in fact in any of the arguments).

This patch add a regex based split on vrouter-port-control to fix that,
so that it will pass the arguments with whitespace in it correctly.

Change-Id: Ibf52dc23321d1c4c7f231cb5cd386afa495de0aa
Fixes-Bug: #1519768
Signed-off-by: hkumarmk <email address hidden>