diff --git a/lib/node.c b/lib/node.c index a4e7ec3cc..3ef00a568 100644 --- a/lib/node.c +++ b/lib/node.c @@ -292,6 +292,8 @@ int node_parse(struct node *n, json_t *json, const char *name) nt = node_type_lookup(type); assert(nt == node_type(n)); + n->_vt = nt; + if (json_netem) { #ifdef WITH_NETEM int enabled = 1;