datapath: Use kernel eth_mac_addr() on old kernels.
authorJesse Gross <jesse@nicira.com>
Fri, 12 Jul 2013 17:02:15 +0000 (10:02 -0700)
committerJesse Gross <jesse@nicira.com>
Fri, 12 Jul 2013 18:11:36 +0000 (11:11 -0700)
commitb8fb14e8148236925d39e29939cb753a6b99e2bd
tree80c09745068837ab82cb40ace9882c90f2e30db6
parentb9b7c36a3b416f36b5f1bd05d11d651c3e70e4e0
datapath: Use kernel eth_mac_addr() on old kernels.

The OVS MAC address set function was removed in favor of the version
in the kernel but the function pointer for older kernels was not
updated.

Reported-by: Cali Ente <calientepermanente@gmail.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
datapath/vport-internal_dev.c