mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 14:05:33 +00:00
fix some typos and one grammar
looks like same typo was repeated to different files
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
# Addresses will be assigned with the valid lifetimes being 4000.
|
# Addresses will be assigned with the valid lifetimes being 4000.
|
||||||
# Client is told to start renewing after 1000 seconds. If the server
|
# Client is told to start renewing after 1000 seconds. If the server
|
||||||
# does not repond after 2000 seconds since the lease was granted, client
|
# does not respond after 2000 seconds since the lease was granted, client
|
||||||
# is supposed to start REBIND procedure (emergency renewal that allows
|
# is supposed to start REBIND procedure (emergency renewal that allows
|
||||||
# switching to a different server).
|
# switching to a different server).
|
||||||
"valid-lifetime": 4000,
|
"valid-lifetime": 4000,
|
||||||
|
@@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
# Addresses will be assigned with preferred and valid lifetimes
|
# Addresses will be assigned with preferred and valid lifetimes
|
||||||
# being 3000 and 4000, respectively. Client is told to start
|
# being 3000 and 4000, respectively. Client is told to start
|
||||||
# renewing after 1000 seconds. If the server does not repond
|
# renewing after 1000 seconds. If the server does not respond
|
||||||
# after 2000 seconds since the lease was granted, client is supposed
|
# after 2000 seconds since the lease was granted, client is supposed
|
||||||
# to start REBIND procedure (emergency renewal that allows switching
|
# to start REBIND procedure (emergency renewal that allows switching
|
||||||
# to a different server).
|
# to a different server).
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
# Addresses will be assigned with preferred and valid lifetimes
|
# Addresses will be assigned with preferred and valid lifetimes
|
||||||
# being 3000 and 4000, respectively. Client is told to start
|
# being 3000 and 4000, respectively. Client is told to start
|
||||||
# renewing after 1000 seconds. If the server does not repond
|
# renewing after 1000 seconds. If the server does not respond
|
||||||
# after 2000 seconds since the lease was granted, client is supposed
|
# after 2000 seconds since the lease was granted, client is supposed
|
||||||
# to start REBIND procedure (emergency renewal that allows switching
|
# to start REBIND procedure (emergency renewal that allows switching
|
||||||
# to a different server).
|
# to a different server).
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
# Addresses will be assigned with preferred and valid lifetimes
|
# Addresses will be assigned with preferred and valid lifetimes
|
||||||
# being 3000 and 4000, respectively. Client is told to start
|
# being 3000 and 4000, respectively. Client is told to start
|
||||||
# renewing after 1000 seconds. If the server does not repond
|
# renewing after 1000 seconds. If the server does not respond
|
||||||
# after 2000 seconds since the lease was granted, client is supposed
|
# after 2000 seconds since the lease was granted, client is supposed
|
||||||
# to start REBIND procedure (emergency renewal that allows switching
|
# to start REBIND procedure (emergency renewal that allows switching
|
||||||
# to a different server).
|
# to a different server).
|
||||||
|
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
# Addresses will be assigned with preferred and valid lifetimes
|
# Addresses will be assigned with preferred and valid lifetimes
|
||||||
# being 3000 and 4000, respectively. Client is told to start
|
# being 3000 and 4000, respectively. Client is told to start
|
||||||
# renewing after 1000 seconds. If the server does not repond
|
# renewing after 1000 seconds. If the server does not respond
|
||||||
# after 2000 seconds since the lease was granted, client is supposed
|
# after 2000 seconds since the lease was granted, client is supposed
|
||||||
# to start REBIND procedure (emergency renewal that allows switching
|
# to start REBIND procedure (emergency renewal that allows switching
|
||||||
# to a different server).
|
# to a different server).
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# This is a basic configuration for the Kea DHCPv4 and DHCPv6 servers.
|
# This is a basic configuration for the Kea DHCPv4 and DHCPv6 servers.
|
||||||
# Subnet declarations are commented out and no interfaces are listed.
|
# Subnet declarations are commented out and no interfaces are listed.
|
||||||
# Therefore, the servers will not listen to or respond any queries.
|
# Therefore, the servers will not listen or respond to any queries.
|
||||||
# The basic configuration must be extended to specify interfaces on
|
# The basic configuration must be extended to specify interfaces on
|
||||||
# which the servers should listen. Also, subnets and options must be
|
# which the servers should listen. Also, subnets and options must be
|
||||||
# declared.
|
# declared.
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
|
|
||||||
# Addresses will be assigned with preferred and valid lifetimes
|
# Addresses will be assigned with preferred and valid lifetimes
|
||||||
# being 3000 and 4000, respectively. Client is told to start
|
# being 3000 and 4000, respectively. Client is told to start
|
||||||
# renewing after 1000 seconds. If the server does not repond
|
# renewing after 1000 seconds. If the server does not respond
|
||||||
# after 2000 seconds since the lease was granted, client is supposed
|
# after 2000 seconds since the lease was granted, client is supposed
|
||||||
# to start REBIND procedure (emergency renewal that allows switching
|
# to start REBIND procedure (emergency renewal that allows switching
|
||||||
# to a different server).
|
# to a different server).
|
||||||
|
Reference in New Issue
Block a user