From 1559bf9248f103493baf4714fcefe7a0bb1da2f4 Mon Sep 17 00:00:00 2001
From: "nevadita.chatterjee" <nevadita.chatterjee@iopsys.eu>
Date: Tue, 14 Feb 2023 10:56:09 +0530
Subject: [PATCH] libeasy: fix if_getaddrs()

---
 libeasy/if_utils.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libeasy/if_utils.h b/libeasy/if_utils.h
index 91a0e973..715aa71b 100644
--- a/libeasy/if_utils.h
+++ b/libeasy/if_utils.h
@@ -51,6 +51,7 @@ int if_isbridge(const char *ifname);
 struct ip_address {
 	int family;	/* AF_INET or AF_INET6 */
 	union {
+		uint8_t raw[16];
 		struct in_addr ip4;
 		struct in6_addr ip6;
 	} addr;
-- 
GitLab