diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-10-14 14:30:14 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-10-14 14:30:14 +0200 |
commit | 270bb348e3856bad1eb91e74be01d756949d0aaa (patch) | |
tree | 66ac5838a6b2ab842ee7de80bd1803ffbacdb665 /src/starter/args.c | |
parent | 601bc1df20d934030a0acf342f38169e50a799ad (diff) | |
download | strongswan-270bb348e3856bad1eb91e74be01d756949d0aaa.tar.bz2 strongswan-270bb348e3856bad1eb91e74be01d756949d0aaa.tar.xz |
pluto now supports SQL-based virtual IP pools
Diffstat (limited to 'src/starter/args.c')
-rw-r--r-- | src/starter/args.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/starter/args.c b/src/starter/args.c index b648d40ee..f6fbd2d4e 100644 --- a/src/starter/args.c +++ b/src/starter/args.c @@ -246,7 +246,7 @@ static const token_info_t token_info[] = { ARG_STR, offsetof(starter_end_t, subnet), NULL }, { ARG_MISC, 0, NULL /* KW_SUBNETWITHIN */ }, { ARG_MISC, 0, NULL /* KW_PROTOPORT */ }, - { ARG_STR, offsetof(starter_end_t, srcip), NULL }, + { ARG_MISC, 0, NULL /* KW_SOURCEIP */ }, { ARG_MISC, 0, NULL /* KW_NATIP */ }, { ARG_ENUM, offsetof(starter_end_t, firewall), LST_bool }, { ARG_ENUM, offsetof(starter_end_t, hostaccess), LST_bool }, |