summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2025-10-14 15:25:30 +0100
committerGitHub <noreply@github.com>2025-10-14 15:25:30 +0100
commit3c4c1275493eaced14a90d61447c8bc8db4a4546 (patch)
tree1a699ad39c1c0bac22f1de3f37ce54f997a7a575 /python
parent8a163d92b7de783db485c1cd7a6d045f8d3e1a8f (diff)
parent04434b1e82d2aac2fa9d1690dc6d38e3ea6872f6 (diff)
downloadvyos-1x-3c4c1275493eaced14a90d61447c8bc8db4a4546.tar.gz
vyos-1x-3c4c1275493eaced14a90d61447c8bc8db4a4546.zip
Merge pull request #4786 from mzpqnxow/T7723
dhcp-server: T7723: add DHCP Option 26 (interface MTU)
Diffstat (limited to 'python')
-rw-r--r--python/vyos/kea.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/vyos/kea.py b/python/vyos/kea.py
index f3334a688..5ce6f47f1 100644
--- a/python/vyos/kea.py
+++ b/python/vyos/kea.py
@@ -45,6 +45,7 @@ kea4_options = {
'ipv6_only_preferred': 'v6-only-preferred',
'captive_portal': 'v4-captive-portal',
'capwap_controller': 'capwap-ac-v4',
+ 'interface_mtu': 'interface-mtu',
}
kea6_options = {