Fix identification of SNAP packets.
authorJustin Pettit <jpettit@nicira.com>
Fri, 13 Jun 2008 03:07:11 +0000 (20:07 -0700)
committerJustin Pettit <jpettit@nicira.com>
Fri, 13 Jun 2008 03:07:11 +0000 (20:07 -0700)
commit3df9750d387f04a4661047855a50ec2e6963f535
treea09d0ea5f2c8548faa1cd7ae0538798a0f778298
parent4a513559a8086cc68f0434cae773acbc36313709
Fix identification of SNAP packets.

The result of the memcmp that checks whether the OUI is all zeroes was the reverse of what it should have been.  This checkin also removes the masking of the least signficant bit from SAP checks, since it's not need for checking SNAP.

Thanks to Masa and Brandon for catching this.
datapath/snap.h