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