Deleted Added
full compact
455,456c455,456
< /* if netlink is not supported this this is not fatal */
< if (errno == EAFNOSUPPORT)
---
> /* if netlink is not supported this is not fatal */
> if (errno == EAFNOSUPPORT || errno == EPROTONOSUPPORT)