mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
activate ipv6 support
This commit is contained in:
@@ -26,9 +26,7 @@ ISC_LANG_BEGINDECLS
|
||||
typedef struct isc_netaddr {
|
||||
union {
|
||||
struct in_addr in;
|
||||
#ifdef notyet
|
||||
struct in6_addr in6;
|
||||
#endif
|
||||
} type;
|
||||
} isc_netaddr_t;
|
||||
|
||||
|
Reference in New Issue
Block a user