diff options
author | John Estabrook <jestabro@vyos.io> | 2024-10-23 18:50:46 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2024-10-27 21:17:35 -0500 |
commit | 085b22f7be84944a27e565be4227dc55720bec47 (patch) | |
tree | 7ff755934372cfc860408663848a752febff7d5a /data/examples | |
parent | 60cc099df46e1cbcb7b37be3fe455978f800887f (diff) | |
download | vyconf-085b22f7be84944a27e565be4227dc55720bec47.tar.gz vyconf-085b22f7be84944a27e565be4227dc55720bec47.zip |
T6718: read reference tree json file on startup
Diffstat (limited to 'data/examples')
-rw-r--r-- | data/examples/vyconfd.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/examples/vyconfd.conf b/data/examples/vyconfd.conf index db9e493..68b0531 100644 --- a/data/examples/vyconfd.conf +++ b/data/examples/vyconfd.conf @@ -9,6 +9,7 @@ config_dir = "/etc/testappliance" # paths relative to config_dir primary_config = "config.boot" fallback_config = "config.failsafe" +reference_tree = "reftree.cache" [vyconf] |