plugins exts UPDATE pass validation flags to ext node clb
diff --git a/src/validation.c b/src/validation.c
index 8353dbf..ad1e5bf 100644
--- a/src/validation.c
+++ b/src/validation.c
@@ -296,7 +296,7 @@
             struct lyd_ctx_ext_node *ext_n = ext_node->objs[i];
 
             /* validate the node */
-            ret = ext_n->ext->def->plugin->node(ext_n->ext, ext_n->node);
+            ret = ext_n->ext->def->plugin->node(ext_n->ext, ext_n->node, val_opts);
             LY_CHECK_RET(ret);
 
             /* remove this item from the set */