pluto: --debug-kernel aliasing was not fully complete.

This commit is contained in:
Tobias Brunner
2011-08-02 18:15:50 +02:00
parent caa451557f
commit 889a62a8d4
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -130,6 +130,7 @@ static const char *LST_plutodebug[] = {
"control", "control",
"lifecycle", "lifecycle",
"klips", "klips",
"kernel",
"dns", "dns",
"natt", "natt",
"oppo", "oppo",
+1
View File
@@ -173,6 +173,7 @@ starter_start_pluto (starter_config_t *cfg, bool no_fork, bool attach_gdb)
ADD_DEBUG("control") ADD_DEBUG("control")
ADD_DEBUG("lifecycle") ADD_DEBUG("lifecycle")
ADD_DEBUG("klips") ADD_DEBUG("klips")
ADD_DEBUG("kernel")
ADD_DEBUG("dns") ADD_DEBUG("dns")
ADD_DEBUG("natt") ADD_DEBUG("natt")
ADD_DEBUG("oppo") ADD_DEBUG("oppo")
+1 -1
View File
@@ -176,7 +176,7 @@ static void help(void)
" \\\n " " \\\n "
" [--debug-control]" " [--debug-control]"
" [--debug-lifecycle]" " [--debug-lifecycle]"
" [--debug-klips]" " [--debug-kernel]"
" [--debug-dns]" " [--debug-dns]"
" \\\n " " \\\n "
" [--debug-natt]" " [--debug-natt]"