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
@@ -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'