Merge into master from pull request #103:
openflow_input: add BSN extensions to packet_in_reason (https://github.com/floodlight/loxigen/pull/103)
diff --git a/openflow_input/standard-1.3 b/openflow_input/standard-1.3
index 0d4a8c5..432ccf7 100644
--- a/openflow_input/standard-1.3
+++ b/openflow_input/standard-1.3
@@ -280,6 +280,13 @@
     OFPR_NO_MATCH = 0,
     OFPR_ACTION = 1,
     OFPR_INVALID_TTL = 2,
+
+    // non-standard BSN extensions. OF does not have a standard-conformant
+    // way to extend the set of packet_in reasons
+    OFPR_BSN_NEW_HOST = 128,
+    OFPR_BSN_STATION_MOVE = 129,
+    OFPR_BSN_BAD_VLAN = 130,
+    OFPR_BSN_DESTINATION_LOOKUP_FAILURE = 131,
 };
 
 enum ofp_flow_removed_reason(wire_type=uint8_t) {