i wanted to support ip multicast (ipv6). when i receive the multicast list
addresses from ndis, i should go and create interfaces as i would do for any
primary network interfaces?

Re: network interfaces by stewo68

stewo68
Mon Feb 14 06:15:58 CST 2005

Venkat <Venkat@discussions.microsoft.com> wrote in message news:<3E838E95-82BD-4517-9FB4-B31E54905C86@microsoft.com>...
> i wanted to support ip multicast (ipv6). when i receive the multicast list
> addresses from ndis, i should go and create interfaces as i would do for any
> primary network interfaces?

What do you mean by "when I receive the multicast list"? Are you a
miniport driver? Or an IM?

What do you mean by "create interfaces"?

Stephan