You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ovs-vsctl is able to set external-ids properties to records in ovsdb
ovs-vsctl set Interface foo external-ids:iface-id=bar external-ids:iface-status=active external-ids:attached-mac=<mac> external-ids:vm-uuid:<uuid>
This is actually used by OpenStack Nova agent to pass information for Neutron agent to populate proper overflow rules.
go-openvswicth has (v *VSwitchSetService) Interface(ifi string, options InterfaceOptions) method able to set Interface properties, however, not external-ids ones.
go-openvswitch should extend the Interface method to make it possible to set external-ids key-value pairs.
The text was updated successfully, but these errors were encountered:
This is a Feature Request
ovs-vsctl is able to set external-ids properties to records in ovsdb
This is actually used by OpenStack Nova agent to pass information for Neutron agent to populate proper overflow rules.
go-openvswicth has (v *VSwitchSetService) Interface(ifi string, options InterfaceOptions) method able to set Interface properties, however, not external-ids ones.
go-openvswitch should extend the Interface method to make it possible to set external-ids key-value pairs.
The text was updated successfully, but these errors were encountered: