Skip to content

Fix to be complied with multiple C libraries

Latest
Compare
Choose a tag to compare
@HoratiuVultur HoratiuVultur released this 12 Dec 12:49
· 1 commit to master since this release
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>