Merge remote-tracking branch 'origin/ihplus' into merge-ihplus
diff --git a/openflow_input/standard-1.3 b/openflow_input/standard-1.3
index 3a627e1..494ae3d 100644
--- a/openflow_input/standard-1.3
+++ b/openflow_input/standard-1.3
@@ -134,6 +134,7 @@
OFPPC_NO_RECV = 0x4,
OFPPC_NO_FWD = 0x20,
OFPPC_NO_PACKET_IN = 0x40,
+ OFPPC_BSN_BREAKOUT_ENABLED = 0x40000000,
OFPPC_BSN_MIRROR_DEST = 0x80000000,
};
@@ -160,6 +161,7 @@
OFPPF_AUTONEG = 0x2000,
OFPPF_PAUSE = 0x4000,
OFPPF_PAUSE_ASYM = 0x8000,
+ OFPPF_BSN_BREAKOUT_CAPABLE = 0x80000000,
};
enum ofp_port_reason(wire_type=uint8_t) {