Skip to content

Releases: microchip-ung/cfm

Fix to be complied with multiple C libraries

12 Dec 12:49
Compare
Choose a tag to compare
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>

Update to be a C project

12 Dec 11:36
Compare
Choose a tag to compare
v0.2

Update to be a C project

Initial release

12 Dec 11:13
Compare
Choose a tag to compare
v0.1

Updated after review