Fixed starter left-/rightikeport keyword

This commit is contained in:
Martin Willi
2010-02-26 11:44:34 +01:00
parent 9cb2360e4f
commit da2303ca69
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ struct starter_end {
char *groups; char *groups;
char *iface; char *iface;
ip_address addr; ip_address addr;
u_int16_t ikeport; u_int ikeport;
ip_address nexthop; ip_address nexthop;
char *subnet; char *subnet;
bool has_client; bool has_client;
+1
View File
@@ -118,6 +118,7 @@ typedef enum {
/* end keywords */ /* end keywords */
KW_HOST, KW_HOST,
KW_NEXTHOP, KW_NEXTHOP,
KW_IKEPORT,
KW_SUBNET, KW_SUBNET,
KW_SUBNETWITHIN, KW_SUBNETWITHIN,
KW_PROTOPORT, KW_PROTOPORT,