Merge into master from pull request #349:
Merge ihplus branch to master (https://github.com/floodlight/loxigen/pull/349)
diff --git a/openflow_input/standard-1.3 b/openflow_input/standard-1.3
index 3a627e1..fa1a967 100644
--- a/openflow_input/standard-1.3
+++ b/openflow_input/standard-1.3
@@ -160,6 +160,7 @@
     OFPPF_AUTONEG = 0x2000,
     OFPPF_PAUSE = 0x4000,
     OFPPF_PAUSE_ASYM = 0x8000,
+    OFPPF_BSN_BREAKOUT_CAPABLE = 0x80000000,
 };
 
 enum ofp_port_reason(wire_type=uint8_t) {