summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
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 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 = {