X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Fvport-netdev.c;h=e45e22fbb870e87fa0d974c413515673aefaaa9f;hb=c283069c71adc49c182a1ac569a05e2dca949eda;hp=363651bd9ae305e215bdcecaa0c0cbba092fb473;hpb=4c738a8da5c73229ce0d4ab6f88d081886291f03;p=sliver-openvswitch.git diff --git a/datapath/vport-netdev.c b/datapath/vport-netdev.c index 363651bd9..e45e22fbb 100644 --- a/datapath/vport-netdev.c +++ b/datapath/vport-netdev.c @@ -286,7 +286,7 @@ struct vport *netdev_get_vport(struct net_device *dev) } const struct vport_ops netdev_vport_ops = { - .type = "netdev", + .type = ODP_VPORT_TYPE_NETDEV, .flags = (VPORT_F_REQUIRED | (USE_VPORT_STATS ? VPORT_F_GEN_STATS : 0)), .init = netdev_init,