Add client and server config options IPv4Only and IPv6Only.
[radsecproxy.git] / radsecproxy.h
index dc09b1e..eb30afd 100644 (file)
@@ -106,6 +106,7 @@ struct clsrvconf {
     uint8_t type; /* RAD_UDP/RAD_TLS/RAD_TCP */
     const struct protodefs *pdef;
     char **hostsrc;
+    int hostaf;
     char *portsrc;
     struct list *hostports;
     char *secret;