You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
neutron/devstack/lib/fip_port_forwarding

5 lines
152 B
Plaintext

function configure_port_forwarding {
neutron_service_plugin_class_add "port_forwarding"
plugin_agent_add_l3_agent_extension "port_forwarding"
}