From 6f1ed41f8fbdd3896df850c56f6a38980c0971cd Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Wed, 15 Sep 2021 11:31:33 +0200 Subject: [PATCH] B #5248: Attach OVS-DPDK nics --- src/vmm_mad/remotes/kvm/attach_nic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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+=" "