diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-06-18 17:51:45 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-06-18 17:51:45 +0000 |
commit | d0f55e236d69885b7e6c04449b66d94f10461d61 (patch) | |
tree | a2ab8956b040a8aefafd5b813fff42856c41d284 /src/starter/args.c | |
parent | 571bca865b51a23549d5465a8f133bd398111e01 (diff) | |
download | strongswan-d0f55e236d69885b7e6c04449b66d94f10461d61.tar.bz2 strongswan-d0f55e236d69885b7e6c04449b66d94f10461d61.tar.xz |
support of right|leftallowany flag
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 fb8424841..107926329 100644 --- a/src/starter/args.c +++ b/src/starter/args.c @@ -229,6 +229,7 @@ static const token_info_t token_info[] = { ARG_MISC, 0, NULL /* KW_NATIP */ }, { ARG_ENUM, offsetof(starter_end_t, firewall), LST_bool }, { ARG_ENUM, offsetof(starter_end_t, hostaccess), LST_bool }, + { ARG_ENUM, offsetof(starter_end_t, allow_any), LST_bool }, { ARG_STR, offsetof(starter_end_t, updown), NULL }, { ARG_STR, offsetof(starter_end_t, id), NULL }, { ARG_STR, offsetof(starter_end_t, rsakey), NULL }, |