You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
netlink does not exist in mac systems
meaning that mac users will get an error when trying to build or run tests
to avoid that we can use unix.AF_INET instread of netlink family
Looking at netlink code the original definition is the same
Signed-off-by: Michael Filanov <[email protected]>
0 commit comments