017a098455
This commit adds possibility to configure L3 ndp_proxy service plugin and l3 extension with devstack plugin. Change-Id: I41713b1cfbf55b0b0e752904c4aea06fe0a00e10 Partial-Bug: #1877301
5 lines
137 B
Plaintext
5 lines
137 B
Plaintext
function configure_l3_ndp_proxy {
|
|
neutron_service_plugin_class_add "ndp_proxy"
|
|
plugin_agent_add_l3_agent_extension "ndp_proxy"
|
|
}
|