Comment 17 for bug 1475717

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

Reviewed: https://review.openstack.org/252155
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=592b548bb6720760efae4b10bec59e78a753f4d7
Submitter: Jenkins
Branch: master

commit 592b548bb6720760efae4b10bec59e78a753f4d7
Author: Li Ma <email address hidden>
Date: Wed Dec 2 10:30:22 2015 +0800

    Add popular IP protocols for security group

    Add these additional protocols listed below to
    security groups brings convenience to operators
    on configuring these protocols. In addition, make
    the security group rules more readable.

    The added protocols are: ah, dccp, egp, esp, gre,
    ipv6-encap, ipv6-frag, ipv6-nonxt, ipv6-opts,
    ipv6-route, ospf, pgm, rsvp, sctp, udplite, vrrp.

    A related patch is submitted to neutron-lib project:
    https://review.openstack.org/259037

    DocImpact: You can specify protocol names rather than
    protocol number in API and CLI commands. I'll update
    the documentation when it is merged.

    APIImpact

    Change-Id: Iaef9b650449b4d9d362a59305c45e0aa3831507c
    Closes-Bug: #1475717