From bab186b493145ee42453196e8ef4670afc71f6f1 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Thu, 24 Oct 2024 10:50:34 -0500 Subject: 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c597d9c84..d1bfc91d7 100644 --- a/.gitignore +++ b/.gitignore @@ -147,6 +147,7 @@ python/vyos/xml_ref/cache.py python/vyos/xml_ref/pkg_cache/*_cache.py python/vyos/xml_ref/op_cache.py python/vyos/xml_ref/pkg_cache/*_op_cache.py +data/reftree.cache # autogenerated vyos-configd JSON definition data/configd-include.json -- cgit v1.2.3