Comment 2 for bug 1627770

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

Reviewed: https://review.openstack.org/377007
Committed: https://git.openstack.org/cgit/openstack-dev/devstack/commit/?id=b34d459bbc100e65fbc308438b3b7f72bd5fb5b6
Submitter: Jenkins
Branch: master

commit b34d459bbc100e65fbc308438b3b7f72bd5fb5b6
Author: Drago Rosson <email address hidden>
Date: Mon Sep 26 13:23:23 2016 -0500

    Allow default IPv6 route device names to have dots

    When dots are used with sysctl, they are reinterpreted as slashes.
    Route devices can have dots in their names, so when they are used in a
    sysctl command that also uses dots, its dot will be replaced with a
    slash, causing an error.

    Change-Id: Ie32126a3aa8d646568d7d37ec4874419b9658935
    Closes-Bug: #1627770