diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-05-20 15:38:36 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-05-20 15:38:36 +0000 |
commit | 3eb963007124506d9916d8622fe19dc728ff6e99 (patch) | |
tree | 89b5f8ed41ddabca96a2b41fd268c3be99e4a5d1 /src/stroke | |
parent | 9a590819a2e054679c137312e40c303790384548 (diff) | |
download | strongswan-3eb963007124506d9916d8622fe19dc728ff6e99.tar.bz2 strongswan-3eb963007124506d9916d8622fe19dc728ff6e99.tar.xz |
support of left|rightgroups parameter
Diffstat (limited to 'src/stroke')
-rw-r--r-- | src/stroke/stroke.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stroke/stroke.h b/src/stroke/stroke.h index 9cdc29f58..94e07d465 100644 --- a/src/stroke/stroke.h +++ b/src/stroke/stroke.h @@ -108,6 +108,7 @@ struct stroke_end_t { char *id; char *cert; char *ca; + char *groups; char *updown; char *address; char *sourceip; |