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/starter/args.c | |
parent | caa451557f02adbe67c530c66a324de616980785 (diff) | |
download | strongswan-889a62a8d41cf58beffbdacac741ebc2defe7b6b.tar.bz2 strongswan-889a62a8d41cf58beffbdacac741ebc2defe7b6b.tar.xz |
pluto: --debug-kernel aliasing was not fully complete.
Diffstat (limited to 'src/starter/args.c')
-rw-r--r-- | src/starter/args.c | 1 |
1 files changed, 1 insertions, 0 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", |