Skip to content

Commit a615b72

Browse files
author
Daan Hoogland
committed
CLOUDSTACK-5886: enlarged cidr field
1 parent 4f30889 commit a615b72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup/db/db/schema-410to420.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1848,7 +1848,7 @@ CREATE TABLE `cloud`.`network_acl_item` (
18481848
`icmp_code` int(10) COMMENT 'The ICMP code (if protocol=ICMP). A value of -1 means all codes for the given ICMP type.',
18491849
`icmp_type` int(10) COMMENT 'The ICMP type (if protocol=ICMP). A value of -1 means all types.',
18501850
`traffic_type` char(32) COMMENT 'the traffic type of the rule, can be Ingress or Egress',
1851-
`cidr` varchar(255) COMMENT 'comma seperated cidr list',
1851+
`cidr` varchar(2048) COMMENT 'comma seperated cidr list',
18521852
`number` int(10) NOT NULL COMMENT 'priority number of the acl item',
18531853
`action` varchar(10) NOT NULL COMMENT 'rule action, allow or deny',
18541854
PRIMARY KEY (`id`),

0 commit comments

Comments
 (0)