diff --git a/lib/neutron-legacy b/lib/neutron-legacy index 9497a23595..a1489714a0 100644 --- a/lib/neutron-legacy +++ b/lib/neutron-legacy @@ -764,7 +764,11 @@ function stop_neutron_other { fi stop_process q-svc - stop_process q-l3 + + if is_service_enabled q-l3; then + sudo pkill -f "radvd -C $DATA_DIR/neutron/ra" + stop_process q-l3 + fi if is_service_enabled q-meta; then sudo pkill -9 -f neutron-ns-metadata-proxy || :