vmware-nsx/quantum
Akihiro MOTOKI 5b8ff27d98 Ensure max length of iptables chain name w/o prefix is up to 11 chars.
The maximum length of Linux iptables chain name must be less than or
equal to 28 characters. In iptables_manager binary_name up to 16 chars
is used as a prefix and a '-' follows it, so a chain name passed to
iptables_manager must be less than 12 character long. Accordingky
MAX_CHAIN_LEN should be changed from 28 to 12. Also this commit
introduces a method to get a chain name with valid length.

Since iptables_firewall module constructs a rule by directly using
a chain name, iptable_firewall also must take care of the length.

Fixes bug #1133833

Change-Id: I6157d519f3cb91ec32dc6a92eae45439b8717b2d
2013-03-01 23:50:55 +09:00
..
agent Ensure max length of iptables chain name w/o prefix is up to 11 chars. 2013-03-01 23:50:55 +09:00
api Merge "Remove compat cfg wrapper" 2013-02-28 18:45:05 +00:00
common LBaaS Agent Reference Implementation 2013-02-27 21:49:57 -05:00
db Merge "Use db model hook to filter external network" 2013-03-01 06:55:32 +00:00
debug Use oslo-config-2013.1b3 2013-02-17 17:33:05 +00:00
extensions Merge "Remove compat cfg wrapper" 2013-02-28 18:45:05 +00:00
locale Imported Translations from Transifex 2013-03-01 00:06:35 +00:00
openstack Remove compat cfg wrapper 2013-02-27 22:15:54 +09:00
plugins Merge "Use db model hook to filter external network" 2013-03-01 06:55:32 +00:00
rootwrap Remove unused imports in rootwrap package 2013-01-02 22:38:46 +02:00
scheduler Add scheduling feature basing on agent management extension 2013-02-27 21:20:51 +08:00
server Use oslo-config-2013.1b3 2013-02-17 17:33:05 +00:00
tests Ensure max length of iptables chain name w/o prefix is up to 11 chars. 2013-03-01 23:50:55 +09:00
__init__.py Update codebase for HACKING compliance. 2012-05-01 11:46:24 -07:00
auth.py Use oslo-config-2013.1b3 2013-02-17 17:33:05 +00:00
context.py Fix i18n messages 2013-01-22 11:42:15 +08:00
manager.py Use oslo-config-2013.1b3 2013-02-17 17:33:05 +00:00
policy.py Add scheduling feature basing on agent management extension 2013-02-27 21:20:51 +08:00
quantum_plugin_base_v2.py Supporting pagination in api v2.0 2013-02-19 23:04:13 +08:00
quota.py Use oslo-config-2013.1b3 2013-02-17 17:33:05 +00:00
service.py Agent management extension 2013-02-18 11:43:45 +08:00
version.py Updated to latest oslo-version code. 2013-02-04 11:21:16 +11:00
wsgi.py Add pagination support for xml 2013-02-21 15:21:34 +08:00