Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dhcp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gaoxingwang
dhcp
Commits
48148b59
Commit
48148b59
authored
Dec 09, 2019
by
Thomas Markwalder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[#28] Clarify that domain names are only resolved once
common/dhcp-options.5 - added text to ip-address value section.
parent
83175640
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
common/dhcp-options.5
common/dhcp-options.5
+9
-2
No files found.
common/dhcp-options.5
View file @
48148b59
.\" $Id: dhcp-options.5,v 1.50 2011/05/20 13:48:32 tomasz Exp $
.\"
.\" Copyright (c) 2004-201
8
by Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (c) 2004-201
9
by Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (c) 1996-2003 by Internet Software Consortium
.\"
.\" Permission to use, copy, modify, and distribute this software for any
...
...
@@ -53,7 +53,14 @@ The
data type can be entered either as an explicit IP
address (e.g., 239.254.197.10) or as a domain name (e.g.,
haagen.isc.org). When entering a domain name, be sure that that
domain name resolves to a single IP address.
domain name resolves to a single IP address. Additionally, please
note the software (dhcpd or dhclient) will only attempt to resolve
the domain name the first time the option is needed. For example, if
the next-server option is defined as a domain name, dhcpd will
attempt to resolve it while responding to the first client query
dhcpd receives after startup. Should the domain's address subsequently
change, the software has to be restarted in order to pick up the
change.
.PP
The
.B ip6-address
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment