diff options
author | Martin Willi <martin@revosec.ch> | 2013-07-19 15:47:33 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2013-09-04 10:33:38 +0200 |
commit | 2bae838d5e897127a06e9ede9b192bf29e793c3c (patch) | |
tree | 1b038b9d27fb3f418d20dccf98fa383507de5541 /src/stroke/stroke_msg.h | |
parent | 9aeaa7396efd0df49bffbf2374fae634da90bda1 (diff) | |
download | strongswan-2bae838d5e897127a06e9ede9b192bf29e793c3c.tar.bz2 strongswan-2bae838d5e897127a06e9ede9b192bf29e793c3c.tar.xz |
stroke: re-enable modeconfig keyword
Diffstat (limited to 'src/stroke/stroke_msg.h')
-rw-r--r-- | src/stroke/stroke_msg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stroke/stroke_msg.h b/src/stroke/stroke_msg.h index a4dfc5e7a..6c8dcf5f9 100644 --- a/src/stroke/stroke_msg.h +++ b/src/stroke/stroke_msg.h @@ -258,6 +258,7 @@ struct stroke_msg_t { int mode; int mobike; int aggressive; + int pushmode; int force_encap; int fragmentation; int ipcomp; |