2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 06:15:55 +00:00

Use different paths for PID and lease files when running in DHCPv4 or

DHCPv6 mode, so that servers for both protcols can be run simultaneously on
a single interface. [rt17227]
This commit is contained in:
Evan Hunt
2007-10-27 19:15:37 +00:00
parent 182b187ea5
commit 75135a3f7f
24 changed files with 242 additions and 14 deletions

View File

@@ -235,6 +235,8 @@ static struct option server_options[] = {
{ "do-reverse-updates", "f", &server_universe, 51, 1 },
{ "fqdn-reply", "f", &server_universe, 52, 1 },
{ "preferred-lifetime", "T", &server_universe, 53, 1 },
{ "dhcpv6-lease-file-name", "t", &server_universe, 54, 1 },
{ "dhcpv6-pid-file-name", "t", &server_universe, 55, 1 },
{ NULL, NULL, NULL, 0, 0 }
};