diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-08-02 18:15:50 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-08-02 18:15:50 +0200 |
commit | 889a62a8d41cf58beffbdacac741ebc2defe7b6b (patch) | |
tree | 9d01a279d7ae75d19f542752cedc8ae39dab1761 /src | |
parent | caa451557f02adbe67c530c66a324de616980785 (diff) | |
download | strongswan-889a62a8d41cf58beffbdacac741ebc2defe7b6b.tar.bz2 strongswan-889a62a8d41cf58beffbdacac741ebc2defe7b6b.tar.xz |
pluto: --debug-kernel aliasing was not fully complete.
Diffstat (limited to 'src')
-rw-r--r-- | src/starter/args.c | 1 | ||||
-rw-r--r-- | src/starter/invokepluto.c | 1 | ||||
-rw-r--r-- | src/whack/whack.c | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/src/starter/args.c b/src/starter/args.c index 78439e2b2..863d1b99f 100644 --- a/src/starter/args.c +++ b/src/starter/args.c @@ -130,6 +130,7 @@ static const char *LST_plutodebug[] = { "control", "lifecycle", "klips", + "kernel", "dns", "natt", "oppo", diff --git a/src/starter/invokepluto.c b/src/starter/invokepluto.c index f91f4b6c9..11c13abe2 100644 --- a/src/starter/invokepluto.c +++ b/src/starter/invokepluto.c @@ -173,6 +173,7 @@ starter_start_pluto (starter_config_t *cfg, bool no_fork, bool attach_gdb) ADD_DEBUG("control") ADD_DEBUG("lifecycle") ADD_DEBUG("klips") + ADD_DEBUG("kernel") ADD_DEBUG("dns") ADD_DEBUG("natt") ADD_DEBUG("oppo") diff --git a/src/whack/whack.c b/src/whack/whack.c index ac2d3ea40..5b2dc471b 100644 --- a/src/whack/whack.c +++ b/src/whack/whack.c @@ -176,7 +176,7 @@ static void help(void) " \\\n " " [--debug-control]" " [--debug-lifecycle]" - " [--debug-klips]" + " [--debug-kernel]" " [--debug-dns]" " \\\n " " [--debug-natt]" |