map gbp papi: match endianess of f64
[vpp.git] / src / vpp-api / python / vpp_papi / vpp_serializer.py
index fe9a083..9e17c4a 100644 (file)
@@ -74,7 +74,7 @@ class BaseTypes(object):
                       'u32': '>I',
                       'i32': '>i',
                       'u64': '>Q',
-                      'f64': '>d',
+                      'f64': '=d',
                       'bool': '>?',
                       'header': '>HI'}