Merge into master from pull request #164:
openflow_input: add "no route" packet-in reason (https://github.com/floodlight/loxigen/pull/164)
diff --git a/openflow_input/standard-1.3 b/openflow_input/standard-1.3
index b4add39..3e521dd 100644
--- a/openflow_input/standard-1.3
+++ b/openflow_input/standard-1.3
@@ -284,6 +284,7 @@
     OFPR_BSN_STATION_MOVE = 129,
     OFPR_BSN_BAD_VLAN = 130,
     OFPR_BSN_DESTINATION_LOOKUP_FAILURE = 131,
+    OFPR_BSN_NO_ROUTE = 132,
 };
 
 enum ofp_flow_removed_reason(wire_type=uint8_t) {