CLOUDSTACK-5886: enlarged cidr field

This commit is contained in:
Daan Hoogland 2014-01-16 21:21:54 +01:00
parent 4f30889291
commit a615b72f2f
1 changed files with 1 additions and 1 deletions

View File

@ -1848,7 +1848,7 @@ CREATE TABLE `cloud`.`network_acl_item` (
`icmp_code` int(10) COMMENT 'The ICMP code (if protocol=ICMP). A value of -1 means all codes for the given ICMP type.',
`icmp_type` int(10) COMMENT 'The ICMP type (if protocol=ICMP). A value of -1 means all types.',
`traffic_type` char(32) COMMENT 'the traffic type of the rule, can be Ingress or Egress',
`cidr` varchar(255) COMMENT 'comma seperated cidr list',
`cidr` varchar(2048) COMMENT 'comma seperated cidr list',
`number` int(10) NOT NULL COMMENT 'priority number of the acl item',
`action` varchar(10) NOT NULL COMMENT 'rule action, allow or deny',
PRIMARY KEY (`id`),