diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-07-09 09:06:02 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-07-09 09:06:07 +0200 |
commit | 26c4d0102a77802ad9e7edef97f4eed77e1bb52d (patch) | |
tree | 3ce6da383dd67a6f652bafbfb24f6ec6586aa6a2 /src/starter/args.c | |
parent | 6f07f5e3d403cde79411219ba332acd21a17039d (diff) | |
download | strongswan-26c4d0102a77802ad9e7edef97f4eed77e1bb52d.tar.bz2 strongswan-26c4d0102a77802ad9e7edef97f4eed77e1bb52d.tar.xz |
configuration of different marks for inbound and outbound direction
Diffstat (limited to 'src/starter/args.c')
-rw-r--r-- | src/starter/args.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/starter/args.c b/src/starter/args.c index 4fe9c9d27..ab6b60509 100644 --- a/src/starter/args.c +++ b/src/starter/args.c @@ -236,6 +236,8 @@ static const token_info_t token_info[] = { ARG_STR, offsetof(starter_conn_t, me_peerid), NULL }, { ARG_UINT, offsetof(starter_conn_t, reqid), NULL }, { ARG_MISC, 0, NULL /* KW_MARK */ }, + { ARG_MISC, 0, NULL /* KW_MARK_IN */ }, + { ARG_MISC, 0, NULL /* KW_MARK_OUT */ }, /* ca section keywords */ { ARG_STR, offsetof(starter_ca_t, name), NULL }, |