From b701b7895b280eb1f6949eb4bc9a45b89e6e9976 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 25 Oct 2006 08:39:39 +0000 Subject: [PATCH] added has_natip flag --- src/starter/confread.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/starter/confread.h b/src/starter/confread.h index 918dea397..24b048965 100644 --- a/src/starter/confread.h +++ b/src/starter/confread.h @@ -55,15 +55,16 @@ struct starter_end { char *cert; char *ca; char *groups; - char *iface; + char *iface; ip_address addr; ip_address nexthop; ip_address srcip; - ip_subnet subnet; + ip_subnet subnet; bool has_client; bool has_client_wildcard; - bool has_port_wildcard; + bool has_port_wildcard; bool has_srcip; + bool has_natip; bool modecfg; certpolicy_t sendcert; bool firewall;