From 324badc9f9d8c972ec6da71873d6f47e71279c39 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Tue, 3 Feb 2026 20:47:30 -0600 Subject: T8232: add default reference tree cache file location --- python/vyos/defaults.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python') 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' -- cgit v1.2.3