added has_natip flag
This commit is contained in:
@@ -55,15 +55,16 @@ struct starter_end {
|
|||||||
char *cert;
|
char *cert;
|
||||||
char *ca;
|
char *ca;
|
||||||
char *groups;
|
char *groups;
|
||||||
char *iface;
|
char *iface;
|
||||||
ip_address addr;
|
ip_address addr;
|
||||||
ip_address nexthop;
|
ip_address nexthop;
|
||||||
ip_address srcip;
|
ip_address srcip;
|
||||||
ip_subnet subnet;
|
ip_subnet subnet;
|
||||||
bool has_client;
|
bool has_client;
|
||||||
bool has_client_wildcard;
|
bool has_client_wildcard;
|
||||||
bool has_port_wildcard;
|
bool has_port_wildcard;
|
||||||
bool has_srcip;
|
bool has_srcip;
|
||||||
|
bool has_natip;
|
||||||
bool modecfg;
|
bool modecfg;
|
||||||
certpolicy_t sendcert;
|
certpolicy_t sendcert;
|
||||||
bool firewall;
|
bool firewall;
|
||||||
|
|||||||
Reference in New Issue
Block a user