encoding of MODE_TUNNEL changed
This commit is contained in:
@@ -19,7 +19,7 @@ CREATE TABLE `child_configs` (
|
||||
`jitter` mediumint(8) unsigned NOT NULL default '60',
|
||||
`updown` varchar(128) collate utf8_unicode_ci default NULL,
|
||||
`hostaccess` tinyint(1) unsigned NOT NULL default '0',
|
||||
`mode` tinyint(4) unsigned NOT NULL default '1',
|
||||
`mode` tinyint(4) unsigned NOT NULL default '2',
|
||||
`dpd_action` tinyint(4) unsigned NOT NULL default '0',
|
||||
`close_action` tinyint(4) unsigned NOT NULL default '0',
|
||||
`ipcomp` tinyint(4) unsigned NOT NULL default '0',
|
||||
|
||||
@@ -18,7 +18,7 @@ CREATE TABLE child_configs (
|
||||
jitter INTEGER NOT NULL DEFAULT '60',
|
||||
updown TEXT DEFAULT NULL,
|
||||
hostaccess INTEGER NOT NULL DEFAULT '0',
|
||||
mode INTEGER NOT NULL DEFAULT '1',
|
||||
mode INTEGER NOT NULL DEFAULT '2',
|
||||
dpd_action INTEGER NOT NULL DEFAULT '0',
|
||||
close_action INTEGER NOT NULL DEFAULT '0',
|
||||
ipcomp INTEGER NOT NULL DEFAULT '0'
|
||||
|
||||
Reference in New Issue
Block a user