X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fnetdev-patch.c;h=ec4d4bd8dc8d0804dc2c1ea09a259e91c8d09a4d;hb=d78ac3883fd1511505aa3f13db2a571015b03bf2;hp=22353a196940f6769c38531863c4a686c47478dd;hpb=2158888d8d8f3b4c00dcf979390a19fa7fcf7942;p=openvswitch diff --git a/lib/netdev-patch.c b/lib/netdev-patch.c index 22353a19..ec4d4bd8 100644 --- a/lib/netdev-patch.c +++ b/lib/netdev-patch.c @@ -202,12 +202,23 @@ const struct netdev_class netdev_patch_class = { NULL, /* get_ifindex */ netdev_vport_get_carrier, netdev_vport_get_stats, - NULL, /* set_stats */ + netdev_vport_set_stats, NULL, /* get_features */ NULL, /* set_advertisements */ NULL, /* get_vlan_vid */ + NULL, /* set_policing */ + NULL, /* get_qos_types */ + NULL, /* get_qos_capabilities */ + NULL, /* get_qos */ + NULL, /* set_qos */ + NULL, /* get_queue */ + NULL, /* set_queue */ + NULL, /* delete_queue */ + NULL, /* get_queue_stats */ + NULL, /* dump_queues */ + NULL, /* dump_queue_stats */ NULL, /* get_in4 */ NULL, /* set_in4 */