← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1197760] Re: cannot create ICMP secgroup rule when icmp_type > icmp_code

 

** Changed in: neutron
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1197760

Title:
  cannot create ICMP secgroup rule when icmp_type > icmp_code

Status in OpenStack Neutron (virtual network service):
  Fix Released

Bug description:
  ICMP secgroup rule when icmp_type > icmp_code cannot be created.

  $ quantum security-group-rule-create --protocol icmp --port-range-min 9
     --port-range-max 5 --remote-ip-prefix 0.0.0.0/0 default
  For TCP/UDP protocols, port_range_min must be <= port_range_max

  For ICMP, icmp_type and icmp_code are specified in port_min_range and port_max_range respectively.
  Validation for port range (min <= max) is always done even if protocol is not TCP or UDP.
  The protocol should be taken into account when validating a port range.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1197760/+subscriptions