@linuxmaniac commented on this pull request.
+ `protocol` INT(10) DEFAULT NULL,
+
`mode` VARCHAR(10) DEFAULT NULL,
+ `ck` VARCHAR(100) DEFAULT NULL,
+ `ik` VARCHAR(100) DEFAULT NULL,
+ `ealg` VARCHAR(20) DEFAULT NULL,
+ `ialg` VARCHAR(20) DEFAULT NULL,
+ `port_pc` INT(11) UNSIGNED DEFAULT NULL,
+ `port_ps` INT(11) UNSIGNED DEFAULT NULL,
+ `port_uc` INT(11) UNSIGNED DEFAULT NULL,
+ `port_us` INT(11) UNSIGNED DEFAULT NULL,
+ `spi_pc` INT(11) UNSIGNED DEFAULT NULL,
+ `spi_ps` INT(11) UNSIGNED DEFAULT NULL,
+ `spi_uc` INT(11) UNSIGNED DEFAULT NULL,
+ `spi_us` INT(11) UNSIGNED DEFAULT NULL,
+ `t_security_type` INT(11) DEFAULT NULL,
+ `t_protocol` INT(10) DEFAULT NULL,
yes, copy paste error from my side. Thanks!
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4108#discussion_r1918336367
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/4108/review/2555752576(a)github.com>