diff --git a/src/vmm_mad/remotes/kvm/attach_nic b/src/vmm_mad/remotes/kvm/attach_nic index b81d23f8fd..71c6717198 100755 --- a/src/vmm_mad/remotes/kvm/attach_nic +++ b/src/vmm_mad/remotes/kvm/attach_nic @@ -34,7 +34,7 @@ if [ -z "${BRIDGE}" ]; then DEVICE+="" else DEVICE+="" - if [ "${BRIDGE_TYPE}" = 'openvswitch' ]; then + if [[ "${BRIDGE_TYPE}" = openvswitch* ]]; then DEVICE+=" " fi DEVICE+=" "