Lenin writes:
> However, am unable to differentiate the packets i receive as to v4
> or v6. This is on solaris 9 and it's v6 enabled. I see all the
> upstream messages with SAP as 0x800. What's happening to the v6
> packets that am receiving in the source box ? Can i ever filter
> those v6 pkts that am receiving ?  

Solaris uses two DLPI streams for IP -- one for IPv4 (bound to SAP
0x0800) and one for IPv6 (bound to SAP 0x86DD).  Is it possible that
your module is pushed on one stream but not the other?

As for "differentiate," I don't understand.  Besides knowing which
stream you're on (IPv4 or IPv6), the first four bits of an IP header
tell you exactly which version you've got.  I don't see how
differentiation could be a problem.

-- 
James Carlson, Solaris Networking              <[EMAIL PROTECTED]>
Sun Microsystems / 1 Network Drive         71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677
_______________________________________________
networking-discuss mailing list
networking-discuss@opensolaris.org

Reply via email to