Queens Series Release Notes¶
1.9.2¶
Security Issues¶
Prevent Linux Bridge from replying to ARP messages. It should reply only if the target IP address is a local address configured on the incoming interface and it should always use the best local address. See The ARP flux problem for more information.
1.8.0¶
New Features¶
In
vif_plug_linux_bridge
, a new field calledsupported_port_profiles
is added toHostVIFInfo
objects. This field is a list ofHostPortProfileInfo
objects describing the supported port profiles for each specific VIF type. Currently this field is only being used invif_plug_ovs
.
In
vif_plug_ovs
, a new field calledsupported_port_profiles
is added toHostVIFInfo
objects. This field is a list ofHostPortProfileInfo
objects describing the supported port profiles for each specific VIF type. Currently two port profiles are supported:VIFPortProfileOpenVSwitch
andVIFPortProfileOVSRepresentor
.