[dvs][starting in victoria] Dhcp interface is created in vlan_mode trunk with trunks 4095
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
vmware-nsx |
In Progress
|
Undecided
|
alecorps |
Bug Description
VMware DVS plugin
Starting on Neutron stable/victoria and newer versions.
Since Victoria release, "replace_port" function has been modified in ovs_lib (https:/
When you are using, Neutron VMware DVS plugin, the DHCP interface is created with this lib and should be reachable. For example, with a neutron node as a VM with a trunk portgroup, this modification cause an issue. With the vlan_mode trunk and trunks 4095, your dhcp interface is not reachable.
Actual result on openvswitch :
ovs-vsctl show
Bridge br-dvs
...
Port "tapxxx"
tag: 210
trunks: [4095]
Expected result :
ovs-vsctl show
Bridge br-dvs
...
Port "tapxxx"
tag: 210
In https:/
by
ovsdb = br_dvs.ovsdb
with ovsdb.transaction() as txn:
txn.
txn.
txn.
I will try to push you a PR on that soon
description: | updated |
Changed in vmware-nsx: | |
assignee: | nobody → alecorps (alecorps7) |
status: | New → In Progress |
https:/ /review. opendev. org/c/x/ vmware- nsx/+/862921