Daan Hoogland created CLOUDSTACK-5888:
-----------------------------------------
Summary: long cidr list is silently accepted and truncated
Key: CLOUDSTACK-5888
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5888
Project: CloudStack
Issue Type: Bug
Security Level: Public (Anyone can view this level - this is the default.)
Components: API, Network Controller
Affects Versions: 4.2.1
Reporter: Daan Hoogland
entering an acl with
"192.168.71.0/24,192.168.72.0/24,192.168.73.0/24,192.168.74.0/24,192.168.75.0/24,192.168.76.0/24,192.168.77.0/24,192.168.99.0/26,192.168.98.0/26,192.168.98.128/26,192.168.99.128/26,192.168.98.64/26,192.168.99.64/26,192.168.98.64/26,192.168.99.64/26,192.168.199.0/26,192.168.198.0/26,192.168.198.128/26,192.168.199.128/26,192.168.198.64/26,192.168.199.64/26,192.168.198.64/26,192.168.199.64/26,192.168.9.0/26,192.168.8.0/26,192.168.8.128/26,192.168.9.128/26,192.168.8.64/26,192.168.9.64/26,192.168.8.64/26,192.168.9.64/26",
is accepted.
The db will then contain
"192.168.71.0/24,192.168.72.0/24,192.168.73.0/24,192.168.74.0/24,192.168.75.0/24,192.168.76.0/24,192.168.77.0/24,192.168.99.0/26,192.168.98.0/26,192.168.98.128/26,192.168.99.128/26,192.168.98.64/26,192.168.99.64/26,192.168.98.64/26,192.168.99.64/26,192.168"
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)