summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2025-08-07 15:35:27 +0100
committerGitHub <noreply@github.com>2025-08-07 15:35:27 +0100
commit08feca7dbe5c14a468a041e212bcc4f6618edd96 (patch)
tree1d3e61cdbdcc0e3b259fc2299904f6a35ba1bcdb /Makefile
parent0b0255f377a6ae9dc22d588a27cd8469123b062d (diff)
parent3d686f3922c204ce3d0793f62bc9eb4a10c23805 (diff)
downloadvyos-1x-08feca7dbe5c14a468a041e212bcc4f6618edd96.tar.gz
vyos-1x-08feca7dbe5c14a468a041e212bcc4f6618edd96.zip
Merge pull request #4632 from dmbaturin/T7669-op-mode-cache-improvements
op-mode: T7669: Make the operational command tree cache suitable for use with the op mode runner
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 244f46518..333505ef0 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,7 @@ op_mode_definitions: $(op_xml_obj)
find $(BUILD_DIR)/op-mode-definitions/ -type f -name "*.xml" | xargs -I {} $(CURDIR)/scripts/build-command-op-templates {} $(CURDIR)/schema/op-mode-definition.rng $(OP_TMPL_DIR) || exit 1
- $(CURDIR)/python/vyos/xml_ref/generate_op_cache.py --check-path-ambiguity --xml-dir $(BUILD_DIR)/op-mode-definitions || exit 1
+ $(CURDIR)/python/vyos/xml_ref/generate_op_cache.py --xml-dir $(BUILD_DIR)/op-mode-definitions --export-json $(DATA_DIR)/op_cache.json || exit 1
# XXX: tcpdump, ping, traceroute and mtr must be able to recursivly call themselves as the
# options are provided from the scripts themselves