yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #73300
[Bug 1776840] [NEW] libreswan ipsec driver doesn't work with libreswan versions 3.23+
Public bug reported:
It looks in libreswan 3.23 the path of the ctl socket has changed.
Addisionally, the --ctlbase parameter of addconn is deprecated and will
disappear soon.
Changing:
'--ctlbase', "%s.ctl" % self.pid_path,
to
'--ctlsocket', "%s/pluto.ctl" % self.pid_path,
additionally to the patch from #1711456 makes the current libreswan from
CentOS7 + EPEL work for me, again :-)
** Affects: neutron
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1776840
Title:
libreswan ipsec driver doesn't work with libreswan versions 3.23+
Status in neutron:
New
Bug description:
It looks in libreswan 3.23 the path of the ctl socket has changed.
Addisionally, the --ctlbase parameter of addconn is deprecated and
will disappear soon.
Changing:
'--ctlbase', "%s.ctl" % self.pid_path,
to
'--ctlsocket', "%s/pluto.ctl" % self.pid_path,
additionally to the patch from #1711456 makes the current libreswan
from CentOS7 + EPEL work for me, again :-)
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1776840/+subscriptions
Follow ups