diff options
author | John Estabrook <jestabro@vyos.io> | 2024-10-24 10:50:34 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2024-12-10 14:01:22 -0600 |
commit | bab186b493145ee42453196e8ef4670afc71f6f1 (patch) | |
tree | a0d980d96c755f95bdc7c379535ebbdc9fd2b9b1 /Makefile | |
parent | 0c4d653fc2db57df294856c2c77fe89d6f5923b8 (diff) | |
download | vyos-1x-bab186b493145ee42453196e8ef4670afc71f6f1.tar.gz vyos-1x-bab186b493145ee42453196e8ef4670afc71f6f1.zip |
vyconf: T6718: add reftree internal cache
As we are generating the reference tree from the XML definitions during
build, save an internal representation for vyconfd to load on startup.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ interface_definitions: $(config_xml_obj) find $(BUILD_DIR)/interface-definitions -type f -name "*.xml" | xargs -I {} $(CURDIR)/scripts/build-command-templates {} $(CURDIR)/schema/interface_definition.rng $(TMPL_DIR) || exit 1 - $(CURDIR)/python/vyos/xml_ref/generate_cache.py --xml-dir $(BUILD_DIR)/interface-definitions || exit 1 + $(CURDIR)/python/vyos/xml_ref/generate_cache.py --xml-dir $(BUILD_DIR)/interface-definitions --internal-cache $(DATA_DIR)/reftree.cache || exit 1 # XXX: delete top level node.def's that now live in other packages # IPSec VPN EAP-RADIUS does not support source-address |