starter: Remove left|rightnexthop option.

Charon does this lookup dynamically.
This commit is contained in:
Tobias Brunner
2012-06-11 17:33:30 +02:00
parent 753ca22f9c
commit 57323f6259
6 changed files with 0 additions and 26 deletions
-1
View File
@@ -271,7 +271,6 @@ static const token_info_t token_info[] =
/* end keywords */
{ ARG_STR, offsetof(starter_end_t, host), NULL },
{ ARG_UINT, offsetof(starter_end_t, ikeport), NULL },
{ ARG_MISC, 0, NULL /* KW_NEXTHOP */ },
{ ARG_STR, offsetof(starter_end_t, subnet), NULL },
{ ARG_MISC, 0, NULL /* KW_SUBNETWITHIN */ },
{ ARG_MISC, 0, NULL /* KW_PROTOPORT */ },