We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f30889 commit a615b72Copy full SHA for a615b72
1 file changed
setup/db/db/schema-410to420.sql
@@ -1848,7 +1848,7 @@ CREATE TABLE `cloud`.`network_acl_item` (
1848
`icmp_code` int(10) COMMENT 'The ICMP code (if protocol=ICMP). A value of -1 means all codes for the given ICMP type.',
1849
`icmp_type` int(10) COMMENT 'The ICMP type (if protocol=ICMP). A value of -1 means all types.',
1850
`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',
+ `cidr` varchar(2048) COMMENT 'comma seperated cidr list',
1852
`number` int(10) NOT NULL COMMENT 'priority number of the acl item',
1853
`action` varchar(10) NOT NULL COMMENT 'rule action, allow or deny',
1854
PRIMARY KEY (`id`),
0 commit comments