datapath: Use eth_mac_addr() instead of duplicating it
authorThomas Graf <tgraf@redhat.com>
Tue, 4 Dec 2012 17:33:47 +0000 (09:33 -0800)
committerJesse Gross <jesse@nicira.com>
Tue, 4 Dec 2012 18:08:31 +0000 (10:08 -0800)
commitfaa61e259d2e26d967a4f17b2f3f7cf3cc198f09
treedce61f7c233ededaaef0944d5a773757688cad11
parent476ff5a0ad285b12de1cbe16453b8f12ff79afc6
datapath: Use eth_mac_addr() instead of duplicating it

bonus: if we ever are to use IFF_LIVE_ADDR_CHANGE for
anything further than to check availability in eth_mac_addr(),
Open vSwitch will be ready for that.

Signed-off-by: Thomas Graf <tgraf@redhat.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
datapath/vport-internal_dev.c