diff --git a/etc/os-net-config/samples/ovs_dpdk_bond.json b/etc/os-net-config/samples/ovs_dpdk_bond.json index 176c9170..7964e69f 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 cc3dfe54..2fcd4f3c 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