diff options
author | Linus Nordberg <linus@nordu.net> | 2012-04-13 13:33:44 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2012-04-17 09:11:49 +0200 |
commit | 883992d876f34a0486e675160a60701dc0a1b66a (patch) | |
tree | a31fe8f1a85a6919fa6370680828e2eb23688c21 /radsecproxy.h | |
parent | 2f7eb5a947e5093f91ed5264d3b0a97859e53769 (diff) |
Add client and server config options IPv4Only and IPv6Only.
Related to RADSECPROXY-37.
TODO: Add documentation.
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index dc09b1e..eb30afd 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -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; |