From ed0f6e61d2e83d0b4b690797d5bf61e590c23e92 Mon Sep 17 00:00:00 2001 From: Saravanan KR Date: Mon, 20 Mar 2017 16:17:16 +0530 Subject: 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 --- etc/os-net-config/samples/ovs_dpdk_bond.json | 9 --------- etc/os-net-config/samples/ovs_dpdk_bond.yaml | 6 ------ 2 files changed, 15 deletions(-) diff --git a/etc/os-net-config/samples/ovs_dpdk_bond.json b/etc/os-net-config/samples/ovs_dpdk_bond.json index 176c917..7964e69 100644 --- a/etc/os-net-config/samples/ovs_dpdk_bond.json +++ b/etc/os-net-config/samples/ovs_dpdk_bond.json @@ -28,15 +28,6 @@ ] }, ] - }, - { - "type" : "vlan", - "vlan_id" : 16, - "addresses" : [ - { - "ip_netmask" : "192.0.2.1/24" - } - ] } ] } diff --git a/etc/os-net-config/samples/ovs_dpdk_bond.yaml b/etc/os-net-config/samples/ovs_dpdk_bond.yaml index cc3dfe5..2fcd4f3 100644 --- a/etc/os-net-config/samples/ovs_dpdk_bond.yaml +++ b/etc/os-net-config/samples/ovs_dpdk_bond.yaml @@ -28,9 +28,3 @@ network_config: - type: interface name: nic3 - - - type: vlan - vlan_id: 16 - addresses: - - - ip_netmask: 192.0.2.1/24 \ No newline at end of file -- cgit 1.2.3-korg