Removed vlan port on ovs_user_bridge in dpdk bond samples

vlan port is not supported on the netdev bridges. But the
dpdk bond sample contains this wrong configuration. Removing
the vlan port on the ovs_user_bridge.
Closes-Bug: #1674280

Change-Id: I1acc8a3b8bbacc613344207b43684b0f86ff4a15
This commit is contained in:
Saravanan KR 2017-03-20 16:17:16 +05:30
parent d12f1615cc
commit ed0f6e61d2
2 changed files with 0 additions and 15 deletions

View File

@ -28,15 +28,6 @@
]
},
]
},
{
"type" : "vlan",
"vlan_id" : 16,
"addresses" : [
{
"ip_netmask" : "192.0.2.1/24"
}
]
}
]
}

View File

@ -28,9 +28,3 @@ network_config:
-
type: interface
name: nic3
-
type: vlan
vlan_id: 16
addresses:
-
ip_netmask: 192.0.2.1/24