summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2026-02-03 20:47:30 -0600
committerJohn Estabrook <jestabro@vyos.io>2026-02-12 08:37:48 -0600
commit324badc9f9d8c972ec6da71873d6f47e71279c39 (patch)
treede081c0527cd724809ae8cb92137a3e6f005864d /python
parentfba52c8ff1760abab9c253b4aa3fef27a1c166c2 (diff)
downloadvyos-1x-324badc9f9d8c972ec6da71873d6f47e71279c39.tar.gz
vyos-1x-324badc9f9d8c972ec6da71873d6f47e71279c39.zip
T8232: add default reference tree cache file location
Diffstat (limited to 'python')
-rw-r--r--python/vyos/defaults.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/vyos/defaults.py b/python/vyos/defaults.py
index 833ac1fbf..fbaf18919 100644
--- a/python/vyos/defaults.py
+++ b/python/vyos/defaults.py
@@ -99,3 +99,5 @@ SSH_DSA_DEPRECATION_WARNING: str = \
'Support for SSH-DSA keys is deprecated and will be removed in VyOS 1.6. ' \
'Please update affected keys to a supported algorithm (e.g., RSA, ECDSA or ' \
'ED25519) to avoid authentication failures after the upgrade.'
+
+reference_tree_cache = '/usr/share/vyos/reftree.cache'