neutron/devstack/lib/l3_ndp_proxy
yangjianfeng 017a098455 Add ndp_proxy to devstack plugin
This commit adds possibility to configure L3 ndp_proxy service
plugin and l3 extension with devstack plugin.

Change-Id: I41713b1cfbf55b0b0e752904c4aea06fe0a00e10
Partial-Bug: #1877301
2022-02-27 11:10:03 +08:00

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"
}