Merge pull request #347 from vishnu-emmadi/ihplus

Remove breakout_enabled from port_mod
diff --git a/openflow_input/standard-1.3 b/openflow_input/standard-1.3
index 2994fba..1146414 100644
--- a/openflow_input/standard-1.3
+++ b/openflow_input/standard-1.3
@@ -134,7 +134,6 @@
     OFPPC_NO_RECV = 0x4,
     OFPPC_NO_FWD = 0x20,
     OFPPC_NO_PACKET_IN = 0x40,
-    OFPPC_BSN_BREAKOUT_ENABLED = 0x40000000,
     OFPPC_BSN_MIRROR_DEST = 0x80000000,
 };