update pyloxi to c4da04db638135e618763773bd03371db1c9b7fd
diff --git a/src/python/loxi/of12/const.py b/src/python/loxi/of12/const.py
index 5024b70..562173a 100644
--- a/src/python/loxi/of12/const.py
+++ b/src/python/loxi/of12/const.py
@@ -501,6 +501,7 @@
 OFPP_ALL = 4294967292
 OFPP_CONTROLLER = 4294967293
 OFPP_LOCAL = 4294967294
+OFPP_ANY = 4294967295
 
 ofp_port_map = {
     4294967040: 'OFPP_MAX',
@@ -511,6 +512,7 @@
     4294967292: 'OFPP_ALL',
     4294967293: 'OFPP_CONTROLLER',
     4294967294: 'OFPP_LOCAL',
+    4294967295: 'OFPP_ANY',
 }
 
 # Identifiers from group ofp_port_config
@@ -580,13 +582,6 @@
     4: 'OFPPMFC_EPERM',
 }
 
-# Identifiers from group ofp_port_no
-OFPP_ANY = 4294967295
-
-ofp_port_no_map = {
-    4294967295: 'OFPP_ANY',
-}
-
 # Identifiers from group ofp_port_reason
 OFPPR_ADD = 0
 OFPPR_DELETE = 1
@@ -649,6 +644,11 @@
     1: 'OFPSF_REPLY_MORE',
 }
 
+# Identifiers from group ofp_stats_request_flags
+
+ofp_stats_request_flags_map = {
+}
+
 # Identifiers from group ofp_stats_type
 OFPST_DESC = 0
 OFPST_FLOW = 1