nx-match: Don't fall through case when handling dest mcast mac addresses.
authorJustin Pettit <jpettit@nicira.com>
Wed, 23 Feb 2011 03:07:05 +0000 (19:07 -0800)
committerJustin Pettit <jpettit@nicira.com>
Wed, 23 Feb 2011 19:08:20 +0000 (11:08 -0800)
commit811da49f926464b9cc3aab7e6ed5e1dfd223d4b2
treed30db3de7436571de2331d58c28fcf6e3c875aa4
parent400eb935f2d781494b13569863ce9637d18ddb1a
nx-match: Don't fall through case when handling dest mcast mac addresses.

When an NXM wildcard entry that includes a multicast address is parsed,
it would fall through to the next case statement, which would also set
an inappropriate source mac address match.

Coverity #10717
lib/nx-match.c