Hi list, I did slight modification in ARP module of 4.4FreeBSD-Lite (getting help from the book TCP/IP illustrated vol 2 by Richard Stevens). After that I found this kernel is replaced by a new version. I am trying to incorporate those changes in new kernel but facing problem.
There was #include <sys/ioctl.h> in if_ether.c of old module. But its not there in the new one. While compilation it shows me error ioctl.h is not found, please use xxxio.h instead. Which header I should include in place of ioctl.h ?? Also there was a function called arplookup() in if_ether.c but its not there in the new kernel. Which function is now used to perform the same task in the new kernel? Any help would be appreciated. Thank You. -- Regards, Rajneesh _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"