Comment 6 for bug 1573092

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

Reviewed: https://review.openstack.org/499915
Committed: https://git.openstack.org/cgit/openstack/neutron-dynamic-routing/commit/?id=972756f603f72a0026713d98a0d485eb0026094a
Submitter: Zuul
Branch: master

commit 972756f603f72a0026713d98a0d485eb0026094a
Author: Hirofumi Ichihara <email address hidden>
Date: Fri Sep 1 15:33:01 2017 +0900

    Support 4-Byte AS Numbers

    Now neutron_dynamic_routing supports 2 byte AS numbers only.
    This patch expands AS numbers constraint so that it supports
    4 byte AS numbers. It expects that operators use asplain
    notation to set AS numbers[1]. That's backward compatible with
    existing 2 byte AS numbers.

    [1]: https://tools.ietf.org/html/rfc5396

    Change-Id: I06ae0c42d983e88e1f38c501d5c85a7956f195ad
    Closes-Bug: #1573092