Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix "net" command on kernel configured with CONFIG_IPV6=m
On a kernel configured with CONFIG_IPV6=m, struct inet6_ifaddr is not defined in kernel. Without the patch, the "net" command fails with the following error. net: invalid structure member offset: inet6_ifaddr_if_next FILE: net.c LINE: 1017 FUNCTION: get_device_ip6_address() Signed-off-by: Lianbo Jiang <[email protected]> Signed-off-by: Kazuhito Hagio <[email protected]>
- Loading branch information