Get rid of mac.h, migrating its users to packets.h.
authorBen Pfaff <blp@nicira.com>
Fri, 28 Mar 2008 21:12:15 +0000 (14:12 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 1 Apr 2008 16:52:59 +0000 (09:52 -0700)
commitd927b51cb493cfd169a3c9dd70531b19a06892b1
tree8518b875fd69bfb5b7265685ebb31a4c3c03e5cc
parent62a5944bb3aaba58d52327c785991e4154b72fb1
Get rid of mac.h, migrating its users to packets.h.

As a consequence, this fixes tests for multicast and local Ethernet
addresses, which formerly tested for the high bits but should
have tested for the low bits of the first octet.
controller/controller.c
include/Makefile.am
include/mac.h [deleted file]
include/packets.h
lib/dpif.c
lib/flow.c
lib/ofp-print.c