Comment 5 for bug 906346

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

Reviewed: https://review.openstack.org/3600
Committed: http://github.com/openstack/nova/commit/014f67a2769720f4833bba74343cedf0e894151c
Submitter: Jenkins
Branch: master

commit 014f67a2769720f4833bba74343cedf0e894151c
Author: Russell Bryant <email address hidden>
Date: Tue Jan 31 17:42:23 2012 -0500

    Fix VPN ping packet length.

    Fix bug 906346.

    This patch addresses the typo pointed out in bug 906346. The ping being
    sent was 15 bytes long when it should have been 14. Removing a pad byte
    from the format string resolves this issue. I verified that the format
    described in the code comments (and now the code) was correct using an
    OpenVPN connection setup packet capture.

    Change-Id: Idbc5e48ede4a8d2836dd1b102a9a0e172540776c