Hi,

We saw our OVS has the following specs from this service file:

# cat /etc/systemd/system/multi-user.target.wants/openvswitch-ipsec.service
[Unit]
Description=OVS IPsec daemon
Requires=openvswitch.service
After=openvswitch.service

[Service]
Type=forking
PIDFile=/run/openvswitch/ovs-monitor-ipsec.pid

*ExecStart=/usr/share/openvswitch/scripts/ovs-ctl \
--ike-daemon=libreswan start-ovs-ipsec*
ExecStop=/usr/share/openvswitch/scripts/ovs-ctl stop-ovs-ipsec

[Install]
WantedBy=multi-user.target

It seems it's using libreswan. How can we switch to using strongSwan
instead?

Thanks.
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to