summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorsarthurdev <965089+sarthurdev@users.noreply.github.com>2025-09-22 22:54:08 +0200
committersarthurdev <965089+sarthurdev@users.noreply.github.com>2025-09-23 09:07:09 +0200
commit99b032b017fc207371acff9bf271f29efe25aa66 (patch)
tree116077c9fa8363d9abc26ab0aded64107d586aae /python
parentf2f2d3c0f0c8f6772f4f24b4bd7203837c1afed9 (diff)
downloadvyos-1x-99b032b017fc207371acff9bf271f29efe25aa66.tar.gz
vyos-1x-99b032b017fc207371acff9bf271f29efe25aa66.zip
kea: T7821: Update paths for Kea v2.7.9 security changes
Diffstat (limited to 'python')
-rw-r--r--python/vyos/kea.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/vyos/kea.py b/python/vyos/kea.py
index c7ae94b14..b2b92ef21 100644
--- a/python/vyos/kea.py
+++ b/python/vyos/kea.py
@@ -60,7 +60,7 @@ kea6_options = {
'capwap_controller': 'capwap-ac-v6',
}
-kea_ctrl_socket = '/run/kea/dhcp{inet}{vrf_append}-ctrl-socket'
+kea_ctrl_socket = '/var/run/kea/dhcp{inet}{vrf_append}-ctrl-socket'
def _format_hex_string(in_str):