Merge into master from pull request #232:
openflow_input: add OFPR_BSN_PACKET_OF_DEATH (https://github.com/floodlight/loxigen/pull/232)
diff --git a/openflow_input/standard-1.3 b/openflow_input/standard-1.3
index 723595f..19940ac 100644
--- a/openflow_input/standard-1.3
+++ b/openflow_input/standard-1.3
@@ -293,6 +293,7 @@
     OFPR_BSN_ARP = 139,
     OFPR_BSN_DHCP = 140,
     OFPR_BSN_DEBUG = 141,
+    OFPR_BSN_PACKET_OF_DEATH = 142,
 };
 
 enum ofp_flow_removed_reason(wire_type=uint8_t) {