diff options
author | Saravanan KR <skramaja@redhat.com> | 2017-03-20 16:17:16 +0530 |
---|---|---|
committer | Saravanan KR <skramaja@redhat.com> | 2017-04-11 16:52:54 +0530 |
commit | ed0f6e61d2e83d0b4b690797d5bf61e590c23e92 (patch) | |
tree | bc14adc96ae98c788c3f904e6f99d58e7d461b95 /etc/os-net-config/samples | |
parent | d12f1615cc006a09a232ecd7e3b75000a1af6d21 (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
Diffstat (limited to 'etc/os-net-config/samples')
-rw-r--r-- | etc/os-net-config/samples/ovs_dpdk_bond.json | 9 | ||||
-rw-r--r-- | etc/os-net-config/samples/ovs_dpdk_bond.yaml | 6 |
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 |