Skip to content
Snippets Groups Projects
Commit 1559bf92 authored by Nevadita's avatar Nevadita
Browse files

libeasy: fix if_getaddrs()

parent baf6a6e8
Branches nev/fix_lib_getaddrs
No related tags found
No related merge requests found
Pipeline #90546 passed
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment