update pyloxi to floodlight/loxigen-artifacts@6bc35bacb8ac44ebfc391b8bf98e51262449fe0d
diff --git a/src/python/loxi/of13/const.py b/src/python/loxi/of13/const.py
index 85dad90..b513de8 100644
--- a/src/python/loxi/of13/const.py
+++ b/src/python/loxi/of13/const.py
@@ -693,6 +693,7 @@
 OFPR_BSN_FRAGMENTATION_REQUIRED = 137
 OFPR_BSN_ARP = 139
 OFPR_BSN_DHCP = 140
+OFPR_BSN_DEBUG = 141
 
 ofp_packet_in_reason_map = {
     0: 'OFPR_NO_MATCH',
@@ -710,6 +711,7 @@
     137: 'OFPR_BSN_FRAGMENTATION_REQUIRED',
     139: 'OFPR_BSN_ARP',
     140: 'OFPR_BSN_DHCP',
+    141: 'OFPR_BSN_DEBUG',
 }
 
 # Identifiers from group ofp_port