From da2303ca69545d4b3a9ebd0b5a83fa9c681bf694 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Wed, 24 Feb 2010 13:49:55 +0000 Subject: [PATCH] Fixed starter left-/rightikeport keyword --- src/starter/confread.h | 2 +- src/starter/keywords.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/starter/confread.h b/src/starter/confread.h index e707279..199fab6 100644 --- a/src/starter/confread.h +++ b/src/starter/confread.h @@ -66,7 +66,7 @@ struct starter_end { char *groups; char *iface; ip_address addr; - u_int16_t ikeport; + u_int ikeport; ip_address nexthop; char *subnet; bool has_client; diff --git a/src/starter/keywords.h b/src/starter/keywords.h index 10951f3..6c3907a 100644 --- a/src/starter/keywords.h +++ b/src/starter/keywords.h @@ -118,6 +118,7 @@ typedef enum { /* end keywords */ KW_HOST, KW_NEXTHOP, + KW_IKEPORT, KW_SUBNET, KW_SUBNETWITHIN, KW_PROTOPORT, -- 2.7.4