X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Fvport-vxlan.c;h=a2cbeb968ea756b0bbbc1049b9856d3e4694ccf0;hb=5ca1ba484bd9ade5116a49cf241cb98219d7d696;hp=3d7260f3994aff853bbc72dc629c2e38b4e6700c;hpb=df80d44d9ef1a586565c9e91bf43ab28002e1a7d;p=sliver-openvswitch.git diff --git a/datapath/vport-vxlan.c b/datapath/vport-vxlan.c index 3d7260f39..a2cbeb968 100644 --- a/datapath/vport-vxlan.c +++ b/datapath/vport-vxlan.c @@ -35,7 +35,6 @@ #include "datapath.h" #include "tunnel.h" #include "vport.h" -#include "vport-generic.h" #define VXLAN_FLAGS 0x08000000 /* struct vxlanhdr.vx_flags required value. */ @@ -377,9 +376,6 @@ const struct vport_ops ovs_vxlan_vport_ops = { .get_addr = ovs_tnl_get_addr, .get_options = ovs_tnl_get_options, .set_options = vxlan_set_options, - .get_dev_flags = ovs_vport_gen_get_dev_flags, - .is_running = ovs_vport_gen_is_running, - .get_operstate = ovs_vport_gen_get_operstate, .send = ovs_tnl_send, }; #else