diff options
| author | Patrick Felt <fatpelt@gmail.com> | 2026-03-26 08:22:35 +0000 |
|---|---|---|
| committer | Patrick Felt <fatpelt@gmail.com> | 2026-03-26 08:22:35 +0000 |
| commit | d0324c6487ba638130989e78e102014e4dccf644 (patch) | |
| tree | 2b98988c7ef0ab93d79ccdc92542c5f752000342 /python | |
| parent | 76e4cc7656fa339b5ca7797aa5148c4f62be9ab8 (diff) | |
| download | vyos-1x-d0324c6487ba638130989e78e102014e4dccf644.tar.gz vyos-1x-d0324c6487ba638130989e78e102014e4dccf644.zip | |
kea: T8408: Fixes to enable dhcp option 67
- fix darker linter
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 c49292033..9a7e22e1e 100644 --- a/python/vyos/kea.py +++ b/python/vyos/kea.py @@ -47,7 +47,7 @@ kea4_options = { 'captive_portal': 'v4-captive-portal', 'capwap_controller': 'capwap-ac-v4', 'interface_mtu': 'interface-mtu', - 'bootfile_name': 'boot-file-name' + 'bootfile_name': 'boot-file-name', } kea6_options = { |
