aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaravanan KR <skramaja@redhat.com>2017-03-20 16:17:16 +0530
committerSaravanan KR <skramaja@redhat.com>2017-04-11 16:52:54 +0530
commited0f6e61d2e83d0b4b690797d5bf61e590c23e92 (patch)
treebc14adc96ae98c788c3f904e6f99d58e7d461b95
parentd12f1615cc006a09a232ecd7e3b75000a1af6d21 (diff)
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
-rw-r--r--etc/os-net-config/samples/ovs_dpdk_bond.json9
-rw-r--r--etc/os-net-config/samples/ovs_dpdk_bond.yaml6
2 files changed, 0 insertions, 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