Skip to content

Commit

Permalink
Merge branch 'V5-9-patches'
Browse files Browse the repository at this point in the history
* V5-9-patches:
  IP-MIB: Fix the --disable-ipv6 build
  • Loading branch information
bvanassche committed Aug 19, 2021
2 parents 751d666 + 14f8f9e commit 6b1a4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/mibgroup/ip-mib/data_access/ipaddress_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ _load_v6(netsnmp_container *container, int idx_offset)

return idx_offset;
}
#endif /* NETSNMP_ENABLE_IPV6 */

struct address_flag_info
netsnmp_access_other_info_get(int index, int family)
Expand Down Expand Up @@ -519,7 +520,6 @@ netsnmp_access_other_info_get(int index, int family)
out:
close(sd);
return addr;
#endif
}

#ifdef HAVE_LINUX_RTNETLINK_H
Expand Down

0 comments on commit 6b1a4c7

Please sign in to comment.