diff options
| author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2025-09-22 22:54:08 +0200 |
|---|---|---|
| committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2025-09-23 09:07:09 +0200 |
| commit | 99b032b017fc207371acff9bf271f29efe25aa66 (patch) | |
| tree | 116077c9fa8363d9abc26ab0aded64107d586aae /python | |
| parent | f2f2d3c0f0c8f6772f4f24b4bd7203837c1afed9 (diff) | |
| download | vyos-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.py | 2 |
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): |
