** Changed in: neutron
       Status: Fix Committed => Fix Released

-- 
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:
  Fix Released

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


-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to