In your previous mail you wrote: I'm modifying an existing perl script that serves as an DHCP Client/Server script so that it uses IPv6 instead of IPv4. That script uses rawip to make ip packets and send them over the network. Is there an IPv6 alternative to RawIP or is it possible to make IPv6 packets with RawIP. And if so, how can I do that? => RawIP is not available for IPv6 but the advanced API (RFC 3542) allows to do the same things but in a safer/better way.
Regards [EMAIL PROTECTED] PS: BTW DHCPv6 is not really DHCPv4 ported to IPv6, for instance DHCPv6 doesn't need a RawIP feature at all, it runs fully over UDP (and at least the DHCPv6 implementation I use doesn't need any advanced API capability). --------------------------------------------------------------------- The IPv6 Users Mailing List Unsubscribe by sending "unsubscribe users" to [EMAIL PROTECTED]
