X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto-dpif.h;h=0704297379db2220664845bc95de234269022f8c;hb=42943cdef10197befc9acc8c6fdb632a210c055f;hp=493ee4cb40b95d7a8811ddd9dc03c9f421402ab1;hpb=e1939dbf92a60d0f235621f4d79661f47c5aed0c;p=sliver-openvswitch.git diff --git a/ofproto/ofproto-dpif.h b/ofproto/ofproto-dpif.h index 493ee4cb4..070429737 100644 --- a/ofproto/ofproto-dpif.h +++ b/ofproto/ofproto-dpif.h @@ -133,8 +133,8 @@ struct ofport_dpif { struct bfd *bfd; /* BFD, if any. */ tag_type tag; /* Tag associated with this port. */ bool may_enable; /* May be enabled in bonds. */ + bool is_tunnel; /* This port is a tunnel. */ long long int carrier_seq; /* Carrier status changes. */ - struct tnl_port *tnl_port; /* Tunnel handle, or null. */ struct ofport_dpif *peer; /* Peer if patch port. */ /* Spanning tree. */