Comment 8 for bug 1376325

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

Reviewed: https://review.openstack.org/136947
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=4d774ef13cc4292f4fd95082ec1ceb0db24b39c7
Submitter: Jenkins
Branch: master

commit 4d774ef13cc4292f4fd95082ec1ceb0db24b39c7
Author: Brian Haley <email address hidden>
Date: Mon Nov 24 21:33:20 2014 -0500

    Add address family to 'ip rule' calls

    Without an address family, 'ip rule' won't work with IPv6
    arguments because it assumes IPv4. This causes the l3-agent
    to throw an error when adding a rule in DVR mode.

    Also changed these functions to be more symmetrical and take the
    same arguments, which required a little tweaking, but it looks
    much cleaner now.

    Change-Id: I85718d8d6ffcf3dec2a6b92641a731af813114aa
    Closes-bug: #1376325