summaryrefslogtreecommitdiff
path: root/lib/ipaddr.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ipaddr.h')
-rw-r--r--lib/ipaddr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ipaddr.h b/lib/ipaddr.h
index e3ad14d7db..c86e38c867 100644
--- a/lib/ipaddr.h
+++ b/lib/ipaddr.h
@@ -28,6 +28,7 @@ struct ipaddr {
enum ipaddr_type_t ipa_type;
union {
uint8_t addr;
+ uint8_t addrbytes[16];
struct in_addr _v4_addr;
struct in6_addr _v6_addr;
} ip;