mirror of
https://github.com/openvswitch/ovs
synced 2025-09-01 14:55:18 +00:00
ovs-ctl: Use 'stop_daemon' to stop ovs-monitor-ipsec.
Signed-off-by: Mark Gray <mark.d.gray@redhat.com> Acked-by: Eelco Chaudron <echaudro@redhat.com> Acked-by: Flavio Leitner <fbl@sysclose.org> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
This commit is contained in:
@@ -255,8 +255,7 @@ stop_forwarding () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
stop_ovs_ipsec () {
|
stop_ovs_ipsec () {
|
||||||
${bindir}/ovs-appctl -t ovs-monitor-ipsec exit || return 1
|
stop_daemon ovs-monitor-ipsec
|
||||||
return 0
|
|
||||||
}
|
}
|
||||||
|
|
||||||
## --------------- ##
|
## --------------- ##
|
||||||
|
Reference in New Issue
Block a user