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
Avoid in6_addr redefinition
in6_addr is defined both in <linux/in6.h> and in <netinet/in.h>
therefore in6_addr is being redefined. Remove the include <linux/in6.h>
from <linux/if_bridge.h>