diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-08-14 17:26:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-14 17:26:05 +0100 |
commit | e0ce3f0e5a979e678d20a77f37fb6626806c28a5 (patch) | |
tree | ce3750b4f2cd9a269b1d7be6a8b55dd5119f4286 /Makefile | |
parent | e229d7498cc77298c79af9811a742f3ad54edf4c (diff) | |
parent | 832056ad5171b28c50270389c4537f6c7a542d59 (diff) | |
download | vyos-1x-e0ce3f0e5a979e678d20a77f37fb6626806c28a5.tar.gz vyos-1x-e0ce3f0e5a979e678d20a77f37fb6626806c28a5.zip |
Merge pull request #3971 from jestabro/op-mode-cache
xml: T6650: add initial op-mode cache support
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -55,6 +55,8 @@ 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 --xml-dir $(BUILD_DIR)/op-mode-definitions || exit 1 + # XXX: tcpdump, ping, traceroute and mtr must be able to recursivly call themselves as the # options are provided from the scripts themselves ln -s ../node.tag $(OP_TMPL_DIR)/ping/node.tag/node.tag/ |