added has_natip flag

This commit is contained in:
Andreas Steffen
2006-10-25 08:39:39 +00:00
parent 5a9816a52f
commit b701b7895b
+4 -3
View File
@@ -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;