Do not include net/ethernet.h and linux/if_tunnel.h
[openvswitch] / ovsdb / execution.c
index 9e3a8d07b5d04252531d5fe6196f5ff66ce88fab..675c1c31a7ca603cff1c983d11c0550b73aa7e2f 100644 (file)
@@ -719,7 +719,7 @@ ovsdb_execute_assert(struct ovsdb_execution *x, struct ovsdb_parser *parser,
 {
     const struct json *lock_name;
 
-    lock_name = ovsdb_parser_member(parser, "lock", OP_STRING);
+    lock_name = ovsdb_parser_member(parser, "lock", OP_ID);
     if (!lock_name) {
         return NULL;
     }