<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Paul,<br>
    <br>
    After 3.10 was released you did not immediately compile the binaries
    so I compiled my own with the following mini script:<br>
    <br>
        #!/bin/bash<br>
        Version=3.10<br>
        TARGET=x86_64<br>
        cd $HOME/rpmbuild/SOURCES<br>
        wget <a class="moz-txt-link-freetext" href="https://download.libreswan.org/libreswan-$Version.tar.gz">https://download.libreswan.org/libreswan-$Version.tar.gz</a>
    --no-check-certificate<br>
        tar zxf libreswan-$Version.tar.gz
    libreswan-$Version/packaging/rhel/6/libreswan.spec<br>
        rpmbuild -bb --target=$TARGET --clean --quiet
    libreswan-$Version/packaging/rhel/6/libreswan.spec<br>
        rm -rf libreswan-$Version/<br>
    <br>
    <br>
    It installed and worked correctly. As I had your repo installed and
    enabled, your version installed itself a few days ago and broke my
    connections:<br>
    <br>
        Sep 13 16:54:03 server pluto[32481]: added connection
    description "MumIn"<br>
        Sep 13 16:54:03 server pluto[32481]: | entering
    aalg_getbyname_ike()<br>
        Sep 13 16:54:03 server pluto[32481]: connection PaulIn must
    specify host IP address for our side<br>
        Sep 13 16:54:03 server pluto[32481]: attempt to load incomplete
    connection<br>
    <br>
    <br>
    and<br>
    <br>
        Sep 13 16:54:04 server pluto[32481]: packet from
    88.104.27.206:500: initial Main Mode message received on
    82.19.158.192:500 but no connection has been authorized with
    policy=PSK<br>
        Sep 13 16:54:06 server pluto[32481]: packet from
    82.30.103.217:500: initial Main Mode message received on
    82.19.158.192:500 but no connection has been authorized with
    policy=PSK<br>
        Sep 13 16:54:09 server pluto[32481]: packet from
    82.30.103.217:500: initial Main Mode message received on
    82.19.158.192:500 but no connection has been authorized with
    policy=PSK<br>
        Sep 13 16:54:12 server pluto[32481]: packet from
    88.104.27.206:500: initial Main Mode message received on
    82.19.158.192:500 but no connection has been authorized with
    policy=PSK<br>
        Sep 13 16:54:15 server pluto[32481]: packet from
    88.104.27.206:500: initial Main Mode message received on
    82.19.158.192:500 but no connection has been authorized with
    policy=PSK<br>
    <br>
    This is where I have left=%defaultroute and right=%any (bug 86), but
    this was fixed and in the tarball I compiled from but does not work
    with your binary. Do you know why?<br>
    <br>
    Regards,<br>
    <br>
    Nick
  </body>
</html>