X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Fvport.h;h=5cd3c18c83ab544f2f0cd9f27af922dd706eeae3;hb=e8d780af73b8571f5998cae8d3fa97069e49c9fe;hp=b0cdeaea8bf6aa968d53954798b4e2d08b0ccb70;hpb=e0edde6fee279cdbbf3c179f5f50adaf0c7c7f1e;p=sliver-openvswitch.git diff --git a/datapath/vport.h b/datapath/vport.h index b0cdeaea8..5cd3c18c8 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. @@ -98,7 +97,6 @@ struct vport { struct datapath *dp; struct kobject kobj; char linkname[IFNAMSIZ]; - struct list_head node; u32 upcall_pid; struct hlist_node hash_node;