diff options
author | Ole Mathias Heggem <olemathias.aa.heggem@gmail.com> | 2025-03-28 14:07:36 +0100 |
---|---|---|
committer | Ole Mathias Heggem <olemathias.aa.heggem@gmail.com> | 2025-03-28 14:07:36 +0100 |
commit | 93ee858b17d9a4c13d2525743546e85329e82f14 (patch) | |
tree | 8755772f6af35c8a53be353bc6e7813291028d6b /tools/dhcpns/config/dhcp6.py | |
parent | 9dc4d7eedb7ddd89d1e95e3fd55ccffd30a3e0df (diff) |
tg25 preptg23-dhcp
Diffstat (limited to 'tools/dhcpns/config/dhcp6.py')
-rw-r--r-- | tools/dhcpns/config/dhcp6.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dhcpns/config/dhcp6.py b/tools/dhcpns/config/dhcp6.py index 4799fa1..b32fb09 100644 --- a/tools/dhcpns/config/dhcp6.py +++ b/tools/dhcpns/config/dhcp6.py @@ -40,7 +40,7 @@ def base(subnet6): "renew-timer": 900, "rebind-timer": 1800, "preferred-lifetime": 3000, - "valid-lifetime": 3600, + "valid-lifetime": 3600, # TODO 4 timer "option-data": [ { "name": "dns-servers", |