File: l3_ndp_proxy

package info (click to toggle)
neutron 2%3A27.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 40,004 kB
  • sloc: python: 296,384; sh: 1,507; makefile: 292; ruby: 35; sql: 19
file content (4 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (4)
1
2
3
4
function configure_l3_ndp_proxy {
    neutron_service_plugin_class_add "ndp_proxy"
    plugin_agent_add_l3_agent_extension "ndp_proxy"
}