neutron/neutron
shihanzhang 4f89d9be73 Fix handling of port-range-min 0 in secgroup RPC and agent
For TCP/UDP protocol, port valid range is 0 to 65535, so for a
security group rule, its valid range is also 0 to 65535. this
patch makes two changes:
1. if a security group rule port_range_min is 0, l2 agent also can
   get port_range_min real value 0 when it gets this rule for a
   device via RPC.
2. For IptablesFirewallDriver, if port range is [0, xxxx], l2 agent
   also need add this rule to iptables.

Change-Id: If93c54a31d973187889ead2c2797ffdd40a4393d
Closes-bug: #1473965
2015-07-23 17:28:04 +08:00
..
agent Fix handling of port-range-min 0 in secgroup RPC and agent 2015-07-23 17:28:04 +08:00
api Merge "Add oslo db retry decorator to non-CRUD actions" 2015-07-18 09:07:41 +00:00
callbacks Add callback prior to deleting a subnet 2015-05-25 16:59:32 +03:00
cmd Merge "Add sanity_check for keepalived ipv6 support" 2015-07-18 00:53:11 +00:00
common Use oslo_log.helpers.log_method_call 2015-07-17 07:34:07 +00:00
db Fix handling of port-range-min 0 in secgroup RPC and agent 2015-07-23 17:28:04 +08:00
debug Migrate to oslo.log 2015-03-12 11:22:56 +01:00
extensions Merge "Add constants for vhost-user vif" 2015-07-19 09:33:17 +00:00
hacking Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00
ipam Merge "Add Pluggable IPAM Backend Part 1" 2015-07-14 16:20:49 +00:00
locale Imported Translations from Transifex 2015-07-16 06:09:56 +00:00
notifiers Switch to oslo_utils.uuidutils 2015-06-22 11:06:18 +00:00
openstack Switch to the oslo_utils.fileutils 2015-07-15 08:09:26 +03:00
plugins Merge "Python 3: Wrap map() in a list call" 2015-07-18 14:09:54 +00:00
scheduler Python 3: do not use itertools.izip 2015-06-24 00:20:22 +02:00
server Migrate to oslo.log 2015-03-12 11:22:56 +01:00
services Use oslo_log.helpers.log_method_call 2015-07-17 07:34:07 +00:00
tests Fix handling of port-range-min 0 in secgroup RPC and agent 2015-07-23 17:28:04 +08:00
__init__.py Allow users to run 'tox -epy34' 2015-05-11 16:09:51 +02:00
auth.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00
context.py Context class should initialise its own data 2015-06-25 10:22:14 +01:00
i18n.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
manager.py Flavor Framework implementation 2015-07-16 09:07:41 -07:00
neutron_plugin_base_v2.py Basic subnetpool CRUD 2015-03-18 22:53:50 -07:00
policy.py Python 3: Fix a TypeError in policy.py 2015-07-09 16:30:20 +09:00
quota.py versionutils: switch from incubator version to oslo.log 2015-06-04 17:59:38 +02:00
service.py Switch to oslo.service 2015-06-29 13:20:55 +03:00
version.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
wsgi.py Switch to oslo.service 2015-06-29 13:20:55 +03:00