X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=datapath%2Fdatapath.h;h=40e0f90b89d5a6679f44fe05b09105447f9943ab;hb=cb25142c50cd3a92e779ca1ce6f61380ffc75927;hp=d81e05c59616e8175e7cfe929f365fd1ea1342ae;hpb=1839c35676b5c3a2a70e83477a6ce3d3c7d0d245;p=cascardo%2Fovs.git diff --git a/datapath/datapath.h b/datapath/datapath.h index d81e05c59..40e0f90b8 100644 --- a/datapath/datapath.h +++ b/datapath/datapath.h @@ -184,6 +184,7 @@ static inline struct vport *ovs_vport_ovsl(const struct datapath *dp, int port_n } extern struct notifier_block ovs_dp_device_notifier; +extern struct genl_family dp_vport_genl_family; extern struct genl_multicast_group ovs_dp_vport_multicast_group; void ovs_dp_process_received_packet(struct vport *, struct sk_buff *);