VAPI/VOM: Removing legacy stats tests, add string type.
[vpp.git] / src / vpp-api / vapi / vapi_json_parser.py
index 3eb5d36..2c08b90 100644 (file)
@@ -302,6 +302,7 @@ class JsonParser(object):
             ]
         }
 
+        self.types['string'] = simple_type_class('vl_api_string_t')
         self.replies = set()
         self.events = set()
         self.simple_type_class = simple_type_class