summaryrefslogtreecommitdiff
path: root/server/stables.c
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2017-12-19 21:02:51 +0100
committerFrancis Dupont <fdupont@isc.org>2017-12-19 21:02:51 +0100
commita2a0f98c21c7c9926bb8901344e939e276a6242e (patch)
tree9fb85122bc47aa360a067f8782928abdbe804d35 /server/stables.c
parentf1208e796d8e7208055a0afb848f7795f0ea2258 (diff)
downloadisc-dhcp-a2a0f98c21c7c9926bb8901344e939e276a6242e.tar.gz
Added local-address6
Diffstat (limited to 'server/stables.c')
-rw-r--r--server/stables.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/stables.c b/server/stables.c
index cea24bc3..f3424c92 100644
--- a/server/stables.c
+++ b/server/stables.c
@@ -288,6 +288,8 @@ static struct option server_options[] = {
{ "ddns-guard-id-must-match", "f", &server_universe, SV_DDNS_GUARD_ID_MUST_MATCH, 1 },
{ "ddns-other-guard-is-dynamic", "f", &server_universe, SV_DDNS_OTHER_GUARD_IS_DYNAMIC, 1 },
{ "release-on-roam", "f", &server_universe, SV_RELEASE_ON_ROAM, 1 },
+ { "local-address6", "6", &server_universe, SV_LOCAL_ADDRESS6, 1 },
+ { "bind-local-address6", "f", &server_universe, SV_BIND_LOCAL_ADDRESS6, 1 },
{ NULL, NULL, NULL, 0, 0 }
};