X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto-dpif.c;h=6f63f831efa64fa150caca91eff4fcb747c2578b;hb=b0408fcacca150694d116d4ead3930757e545bbf;hp=b8b144f9f505017341f110e07d2d030a3d3fc446;hpb=81816a5fe8ddd96a296fabc8ea8069e9a19a2631;p=sliver-openvswitch.git diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c index b8b144f9f..6f63f831e 100644 --- a/ofproto/ofproto-dpif.c +++ b/ofproto/ofproto-dpif.c @@ -693,6 +693,11 @@ static struct vlog_rate_limit rl = VLOG_RATE_LIMIT_INIT(1, 5); /* Factory functions. */ +static void +init(const struct shash *iface_hints OVS_UNUSED) +{ +} + static void enumerate_types(struct sset *types) { @@ -7201,6 +7206,7 @@ vsp_add(struct ofport_dpif *port, uint16_t realdev_ofp_port, int vid) } const struct ofproto_class ofproto_dpif_class = { + init, enumerate_types, enumerate_names, del,