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:
@@ -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 }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user