X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto-provider.h;h=f596abcba1643d539009c15bcca85c1b59cbabb3;hb=9197df76b46ff6fbe1f7a522961730ffc55a860d;hp=3037bb2e9fb1f59912c2e51ba315549cb5d3e14a;hpb=a89721b529d83aac3a09d5027a01756771c78187;p=sliver-openvswitch.git diff --git a/ofproto/ofproto-provider.h b/ofproto/ofproto-provider.h index 3037bb2e9..f596abcba 100644 --- a/ofproto/ofproto-provider.h +++ b/ofproto/ofproto-provider.h @@ -93,6 +93,7 @@ struct ofport { struct ofp_phy_port opp; uint16_t ofp_port; /* OpenFlow port number. */ unsigned int change_seq; + int mtu; }; /* An OpenFlow flow within a "struct ofproto".