Set MTU in userspace rather than kernel.
[sliver-openvswitch.git] / ofproto / ofproto-provider.h
index 3037bb2..f596abc 100644 (file)
@@ -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".