mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +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 () {
|
||||
${bindir}/ovs-appctl -t ovs-monitor-ipsec exit || return 1
|
||||
return 0
|
||||
stop_daemon ovs-monitor-ipsec
|
||||
}
|
||||
|
||||
## --------------- ##
|
||||
|
Reference in New Issue
Block a user