Signed-off-by: Ethan Jackson <ethan@nicira.com>
struct hmap_node name_node; /* In struct bridge's "iface_by_name" hmap. */
struct port *port; /* Containing port. */
char *name; /* Host network device name. */
- tag_type tag; /* Tag associated with this interface. */
/* These members are valid only after bridge_reconfigure() causes them to
* be initialized. */
iface->port = port;
iface->name = xstrdup(name);
iface->ofp_port = -1;
- iface->tag = tag_create_random();
iface->netdev = NULL;
iface->cfg = if_cfg;
iface->need_refresh = true;