encoding of MODE_TUNNEL changed

This commit is contained in:
Andreas Steffen
2010-05-15 18:36:14 +02:00
parent 20ae6eccf5
commit 31b39e5f7c
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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',