>Iam a newbie to FreeBSD and iam working on DHCPv6. i would like to know the
>importance of SIOCGIFAFLAGS_IN6 defined in in6_var.h
>The definition of structure in6_ifreq differs from the definition of
>in6_ifreq defined in Linux 2.4.0, and creates woes to port it.
>Do i have any alternatives for the above for Linux .
interface management ioctls are not standardized in any place
(as far as I know of). if you would like to support both *BSD and
linux, you definitely need some #ifdef in your code, or use
/sbin/ifconfig.
itojun
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message