diff options
author | Martin Willi <martin@revosec.ch> | 2012-07-31 10:00:57 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2012-08-21 09:38:00 +0200 |
commit | 17319aa28d0aa63847dccd76c7c6acb00037e9f9 (patch) | |
tree | a04b9938ca6ded0ff23e2e704122fbaa3402a3df /src/starter/args.c | |
parent | f26796deb5614a2a1a5e67fe1f5bac3f77a07cb1 (diff) | |
download | strongswan-17319aa28d0aa63847dccd76c7c6acb00037e9f9.tar.bz2 strongswan-17319aa28d0aa63847dccd76c7c6acb00037e9f9.tar.xz |
Add a left/rightdns keyword to configure connection specific DNS attributes
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 640cc43d6..13ffec61d 100644 --- a/src/starter/args.c +++ b/src/starter/args.c @@ -186,6 +186,7 @@ static const token_info_t token_info[] = { ARG_STR, offsetof(starter_end_t, subnet), NULL }, { ARG_MISC, 0, NULL /* KW_PROTOPORT */ }, { ARG_STR, offsetof(starter_end_t, sourceip), NULL }, + { ARG_STR, offsetof(starter_end_t, dns), NULL }, { ARG_MISC, 0, NULL /* KW_NATIP */ }, { ARG_ENUM, offsetof(starter_end_t, firewall), LST_bool }, { ARG_ENUM, offsetof(starter_end_t, hostaccess), LST_bool }, |