Closed niclasr closed 1 year ago
When building Qore on illumos, the build crashes because illumos defines AF_LINK and AF_PACKET but does not support the linux packet API. It also does not have link_ntoa even if it has net/if_dl.h. Fix for this coming up.
Illumos seems to be supporting AF_PACKET but does not have linux/if_packet.h.
When building Qore on illumos, the build crashes because illumos defines AF_LINK and AF_PACKET but does not support the linux packet API. It also does not have link_ntoa even if it has net/if_dl.h. Fix for this coming up.