X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Fvport.h;h=5cd3c18c83ab544f2f0cd9f27af922dd706eeae3;hb=3840c40624f366f560af6165c7e36ec13fc3a51b;hp=e306b461f52433151022cba7ef1da545bc27e591;hpb=f36ff26ac08bcba28b5befba7b1dcff9b963769d;p=openvswitch diff --git a/datapath/vport.h b/datapath/vport.h index e306b461..5cd3c18c 100644 --- a/datapath/vport.h +++ b/datapath/vport.h @@ -80,7 +80,6 @@ struct vport_err_stats { * @linkname: The name of the link from /sys/class/net//brif to this * &struct vport. (We keep this around so that we can delete it if the * device gets renamed.) Set to the null string when no link exists. - * @node: Element in @dp's @port_list. * @upcall_pid: The Netlink port to use for packets received on this port that * miss the flow table. * @hash_node: Element in @dev_table hash table in vport.c.