neutron/neutron/agent/linux
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
..
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
async_process.py Add full-stack tests framework 2015-03-26 20:21:40 +02:00
bridge_lib.py Remove from BridgeDevice homemade execute in namespace 2015-05-09 14:18:27 +02:00
daemon.py Make Daemon pidfile arg optional 2015-06-25 09:35:55 +10:00
dhcp.py Unplug the VIF if dhcp port is deleted 2015-07-17 14:14:27 +08:00
ebtables_driver.py ARP spoofing patch: Low level ebtables integration 2015-04-22 09:32:02 +12:00
ebtables_manager.py ARP spoofing patch: Data structures for rules. 2015-05-08 08:23:35 +12:00
external_process.py Switch to the oslo_utils.fileutils 2015-07-15 08:09:26 +03:00
interface.py Refactor init_l3 to separate router port use case 2015-07-06 22:20:56 +00:00
ip_lib.py Add extra subnet route to ha router 2015-07-08 16:01:04 +08:00
ip_link_support.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00
ip_monitor.py Replace keepalived notifier bash script with Python ip monitor 2015-03-18 18:59:33 -04:00
ipset_manager.py Only create one netaddr.IPNetwork object 2015-06-24 10:29:58 -07:00
iptables_comments.py Neutron to Drop Router Advts from VM ports 2015-04-24 03:42:07 +00:00
iptables_firewall.py Fix handling of port-range-min 0 in secgroup RPC and agent 2015-07-23 17:28:04 +08:00
iptables_manager.py Remove duplicated debug logging around locking 2015-06-16 12:35:20 -06:00
keepalived.py Add extra subnet route to ha router 2015-07-08 16:01:04 +08:00
ovsdb_monitor.py Add get_events to OVSDB monitor 2015-06-08 13:39:20 +00:00
polling.py Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00
ra.py Run radvd as root 2015-04-27 11:03:15 -04:00
utils.py Python 3: Wrap map() in a list call 2015-07-17 13:21:31 +09:00