Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/neutron/+spec/ml2-typedriver-extra-port-info. Description: Currently agent uses segment tuple (type,physical,segmentation_id) to decide how to setup the port, but sometimes extra information may be needed in order to setup the port. eg vxlan may need the multicast ip address. This blueprint provides a mechanism where TypeDriver can provide extra information to agent when the agent is going to setup a port. Specification URL (additional information): None