@@ -1352,28 +1352,30 @@ data:
13521352 \ `ztp` int(10) unsigned NOT NULL DEFAULT 0,\n `nos` varchar(45) DEFAULT NULL,\n
13531353 \ `timezone` varchar(255) CHARACTER SET latin1 DEFAULT NULL,\n `number_of_ports`
13541354 smallint(5) unsigned DEFAULT NULL,\n `owner_tenant_id` bigint(20) unsigned NOT
1355- NULL,\n `mac_addr_ubit` int(10) unsigned NOT NULL DEFAULT 0,\n `meta` JSON NULL
1356- DEFAULT '{}',\n `created_date` timestamp NOT NULL DEFAULT current_timestamp(),\n
1357- \ `modified_date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),\n
1358- \ PRIMARY KEY (`switch_id`),\n KEY `switch_mac_addr_idx` (`mac_address`),\n KEY
1359- `fk_switch_pswitch_id` (`parent_switch_id`),\n CONSTRAINT `fk_switch_pswitch_id`
1360- FOREIGN KEY (`parent_switch_id`) REFERENCES `switch` (`switch_id`) ON DELETE CASCADE
1361- ON UPDATE CASCADE\n ) ENGINE=InnoDB DEFAULT CHARSET=utf8;\n /*!40101 SET character_set_client
1362- = @saved_cs_client */;\n\n\n --\n -- Table structure for table `dpu_portmap`\n --\n\n CREATE
1363- TABLE `dpu_portmap` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n
1364- \ `dpu_id` bigint(20) unsigned NOT NULL,\n `type` enum('generic', 'mgmt') NOT
1365- NULL DEFAULT 'generic',\n `srv_port_id` bigint(20) NOT NULL,\n `dpu_port_index`
1366- bigint(20) NOT NULL,\n KEY (`dpu_id`),\n KEY (`srv_port_id`),\n KEY (`dpu_port_index`),\n
1367- \ PRIMARY KEY (`id`),\n FOREIGN KEY (`dpu_id`) REFERENCES `switch` (`switch_id`)
1368- ON DELETE CASCADE ON UPDATE CASCADE\n ) ENGINE=InnoDB;\n\n --\n -- Table structure
1369- for table `topology`\n --\n\n DROP TABLE IF EXISTS `topology`;\n /*!40101 SET @saved_cs_client
1370- \ = @@character_set_client */;\n /*!40101 SET character_set_client = utf8 */;\n CREATE
1371- TABLE `topology` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n `user_id`
1372- bigint(22) NOT NULL,\n `site_id` bigint(22) NOT NULL,\n `positions` text DEFAULT
1373- NULL,\n `options` text DEFAULT NULL,\n PRIMARY KEY (`id`)\n ) ENGINE=InnoDB DEFAULT
1374- CHARSET=utf8mb4;\n /*!40101 SET character_set_client = @saved_cs_client */;\n\n --\n --
1375- Table structure for table `topology_link`\n --\n\n DROP TABLE IF EXISTS `topology_link`;\n /*!40101
1376- SET @saved_cs_client = @@character_set_client */;\n /*!40101 SET character_set_client
1355+ NULL,\n `mac_addr_ubit` int(10) unsigned NOT NULL DEFAULT 0,\n `serial_number`
1356+ varchar(255) DEFAULT NULL,\n `meta` JSON NULL DEFAULT '{}',\n `created_date`
1357+ timestamp NOT NULL DEFAULT current_timestamp(),\n `modified_date` timestamp NOT
1358+ NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),\n PRIMARY KEY
1359+ (`switch_id`),\n KEY `switch_mac_addr_idx` (`mac_address`),\n KEY `switch_serial_number_idx`
1360+ (`serial_number`),\n KEY `fk_switch_pswitch_id` (`parent_switch_id`),\n CONSTRAINT
1361+ `fk_switch_pswitch_id` FOREIGN KEY (`parent_switch_id`) REFERENCES `switch` (`switch_id`)
1362+ ON DELETE CASCADE ON UPDATE CASCADE\n ) ENGINE=InnoDB DEFAULT CHARSET=utf8;\n /*!40101
1363+ SET character_set_client = @saved_cs_client */;\n\n\n --\n -- Table structure for
1364+ table `dpu_portmap`\n --\n\n CREATE TABLE `dpu_portmap` (\n `id` bigint(20) unsigned
1365+ NOT NULL AUTO_INCREMENT,\n `dpu_id` bigint(20) unsigned NOT NULL,\n `type`
1366+ enum('generic', 'mgmt') NOT NULL DEFAULT 'generic',\n `srv_port_id` bigint(20)
1367+ NOT NULL,\n `dpu_port_index` bigint(20) NOT NULL,\n KEY (`dpu_id`),\n KEY
1368+ (`srv_port_id`),\n KEY (`dpu_port_index`),\n PRIMARY KEY (`id`),\n FOREIGN
1369+ KEY (`dpu_id`) REFERENCES `switch` (`switch_id`) ON DELETE CASCADE ON UPDATE CASCADE\n )
1370+ ENGINE=InnoDB;\n\n --\n -- Table structure for table `topology`\n --\n\n DROP TABLE
1371+ IF EXISTS `topology`;\n /*!40101 SET @saved_cs_client = @@character_set_client
1372+ */;\n /*!40101 SET character_set_client = utf8 */;\n CREATE TABLE `topology` (\n
1373+ \ `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n `user_id` bigint(22) NOT
1374+ NULL,\n `site_id` bigint(22) NOT NULL,\n `positions` text DEFAULT NULL,\n `options`
1375+ text DEFAULT NULL,\n PRIMARY KEY (`id`)\n ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;\n /*!40101
1376+ SET character_set_client = @saved_cs_client */;\n\n --\n -- Table structure for
1377+ table `topology_link`\n --\n\n DROP TABLE IF EXISTS `topology_link`;\n /*!40101 SET
1378+ @saved_cs_client = @@character_set_client */;\n /*!40101 SET character_set_client
13771379 = utf8 */;\n CREATE TABLE `topology_link` (\n `id` bigint(20) unsigned NOT NULL
13781380 AUTO_INCREMENT,\n `origin` bigint(20) unsigned DEFAULT NULL,\n `dest` bigint(20)
13791381 unsigned DEFAULT NULL,\n PRIMARY KEY (`id`)\n ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;\n /*!40101
@@ -1898,15 +1900,15 @@ data:
18981900 ('evpn_enable','true','VXLAN via EVPN','false'),
18991901 ('optimise_port_ext','true','Optimized deployment of ACLs for subinterfaces','true'),
19001902 ('shadow_acl','false','Avoid deployment of ACL overlaps','false'),
1901- ('telemetry','true ','Enable Sending Analytics Data & User Experience Improvement Plugins','true'),
1903+ ('telemetry','false ','Enable Sending Analytics Data & User Experience Improvement Plugins','true'),
19021904 ('health_check_atempts','5','L4LB: Number of probes in each health check iteration','true'),
19031905 ('health_check_failcount','3','L4LB: Number of failures to mark a backend as failed','true'),
19041906 ('health_check_okcount','1','L4LB: Number of consecutive successes for the probe to be considered successful after having failed','true'),
19051907 ('health_check_interval','1','L4LB: Interval (seconds) between health checks','true'),
19061908 ('wireguard_port_range','59000-60999','VPN peers port range','true'),
19071909 ('k8s_lb_check_timeout','2000','K8s Layer 4 load-balancer timeout (ms)','true'),
19081910 ('vpn_measurement_wait_secs','30','Site Mesh measurement module wait interval (sec)','true'),
1909- ('migration_version', '4.5.4.1 ', 'Database scheme version', 'false'),
1911+ ('migration_version', '4.6.0 ', 'Database scheme version', 'false'),
19101912 ('system_asn_range', '4200000000 - 4209999999', 'System ASN range', 'true'),
19111913 ('vpn_asn_range', '4210000000 - 4219999999', 'Site Mesh VPN ASN range', 'true'),
19121914 ('calico_asn_range', '4230000000 - 4239999999', 'Calico ASN range', 'false'),
0 commit comments