Comment 5 for bug 1405413

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron-vpnaas (master)

Reviewed: https://review.openstack.org/145005
Committed: https://git.openstack.org/cgit/openstack/neutron-vpnaas/commit/?id=e546478c7f8229ace261daa0102b06cf9ba953f1
Submitter: Jenkins
Branch: master

commit e546478c7f8229ace261daa0102b06cf9ba953f1
Author: Numan Siddique <email address hidden>
Date: Sun Feb 8 00:08:09 2015 +0530

    Fix the ipsec conn issue when peer addr is fqdn

    ipsec site connection fails when fqdn is provided for peer addr.
    The failure is because the command 'ip route get' expects
    ip address.

    This patch fixes the issue by resolving the fqdn to the ip address
    and using this ip address to the 'ip route get'.

    Change-Id: I3e22e8170ffe977ece3d36355a59def9e9d01d94
    Closes-bug: #1405413