diff options
author | Linus Nordberg <linus@nordu.net> | 2012-04-13 18:19:25 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2012-04-17 09:11:49 +0200 |
commit | 2feba60a704aa57d58eb99d5a49e67cba3510f14 (patch) | |
tree | fff11ff646724e37fc0ebd9016c7f9a2088428cf /radsecproxy.h | |
parent | 883992d876f34a0486e675160a60701dc0a1b66a (diff) |
Add top-level config options IPv4Only and IPv6Only.
Related to RADSECPROXY-37.
TODO: Add documentation.
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index eb30afd..1e23e42 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -65,6 +65,8 @@ struct options { enum rsp_fticks_reporting_type fticks_reporting; enum rsp_fticks_mac_type fticks_mac; uint8_t *fticks_key; + uint8_t ipv4only; + uint8_t ipv6only; }; struct commonprotoopts { |