On Fri, Jul 12, 2013 at 10:15 AM, Jesse Gross <je...@nicira.com> wrote:
> 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 <calientepermane...@gmail.com>
> Signed-off-by: Jesse Gross <je...@nicira.com>
> ---
looks good.

Acked-by: Pravin B Shelar <pshe...@nicira.com>.

>  datapath/vport-internal_dev.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/datapath/vport-internal_dev.c b/datapath/vport-internal_dev.c
> index 7f0b3c1..9ee1c42 100644
> --- a/datapath/vport-internal_dev.c
> +++ b/datapath/vport-internal_dev.c
> @@ -173,7 +173,7 @@ static void do_setup(struct net_device *netdev)
>         netdev->hard_start_xmit = internal_dev_xmit;
>         netdev->open = internal_dev_open;
>         netdev->stop = internal_dev_stop;
> -       netdev->set_mac_address = internal_dev_mac_addr;
> +       netdev->set_mac_address = eth_mac_addr;
>         netdev->change_mtu = internal_dev_change_mtu;
>  #endif
>
> --
> 1.8.1.2
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to