X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Fvport-internal_dev.c;h=a5f2d757f0d6cdfcac4340c7e9ef49193d4eea10;hb=620606f63cc56c7541005dc6787106789e2c364e;hp=9e2e7888539c5cba7214c0122fc47c9404c1bbff;hpb=5ca1ba484bd9ade5116a49cf241cb98219d7d696;p=sliver-openvswitch.git diff --git a/datapath/vport-internal_dev.c b/datapath/vport-internal_dev.c index 9e2e78885..a5f2d757f 100644 --- a/datapath/vport-internal_dev.c +++ b/datapath/vport-internal_dev.c @@ -292,9 +292,7 @@ const struct vport_ops ovs_internal_vport_ops = { .flags = VPORT_F_REQUIRED | VPORT_F_FLOW, .create = internal_dev_create, .destroy = internal_dev_destroy, - .set_addr = ovs_netdev_set_addr, .get_name = ovs_netdev_get_name, - .get_addr = ovs_netdev_get_addr, .get_ifindex = ovs_netdev_get_ifindex, .send = internal_dev_recv, };