Fixed starter left-/rightikeport keyword
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -118,6 +118,7 @@ typedef enum {
|
||||
/* end keywords */
|
||||
KW_HOST,
|
||||
KW_NEXTHOP,
|
||||
KW_IKEPORT,
|
||||
KW_SUBNET,
|
||||
KW_SUBNETWITHIN,
|
||||
KW_PROTOPORT,
|
||||
|
||||
Reference in New Issue
Block a user