summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSeonah Moon <seonah1.moon@samsung.com>2021-01-27 20:12:33 +0900
committerSeonah Moon <seonah1.moon@samsung.com>2021-01-27 20:19:26 +0900
commit9a9940fac7c8116d02571a84692e25396a4cfcfc (patch)
tree067040a4aeebf5642c6a8b1e0ad14feee80a1c46 /man
parent09d50377ce7e37f2719227f03687b5286d9a82a5 (diff)
parent219639ccc0b123b3770c799a8f050bce7836378e (diff)
downloaddnsmasq-accepted/tizen/6.5/unified/20211028.223204.tar.gz
dnsmasq-accepted/tizen/6.5/unified/20211028.223204.tar.bz2
dnsmasq-accepted/tizen/6.5/unified/20211028.223204.zip
Change-Id: Ib59076a278201769b7b309fc0aa320804c60bbbe
Diffstat (limited to 'man')
-rw-r--r--man/dnsmasq.820
1 files changed, 18 insertions, 2 deletions
diff --git a/man/dnsmasq.8 b/man/dnsmasq.8
index 7b0e106..ac7c9fa 100644
--- a/man/dnsmasq.8
+++ b/man/dnsmasq.8
@@ -692,8 +692,8 @@ still marks the request so that no upstream nameserver will add client
address information either. The default is zero for both IPv4 and
IPv6. Note that upstream nameservers may be configured to return
different results based on this information, but the dnsmasq cache
-does not take account. If a dnsmasq instance is configured such that
-different results may be encountered, caching should be disabled.
+does not take account. Caching is therefore disabled for such replies,
+unless the subnet address being added is constant.
For example,
.B --add-subnet=24,96
@@ -1480,6 +1480,22 @@ to allow netbooting. This mode is enabled using the
.B proxy
keyword in
.B --dhcp-range.
+.TP
+.B --dhcp-pxe-vendor=<vendor>[,...]
+According to UEFI and PXE specifications, DHCP packets between PXE clients and
+proxy PXE servers should have
+.I PXEClient
+in their vendor-class field. However, the firmware of computers from a few
+vendors is customized to carry a different identifier in that field. This option
+is used to consider such identifiers valid for identifying PXE clients. For
+instance
+
+.B --dhcp-pxe-vendor=PXEClient,HW-Client
+
+will enable dnsmasq to also provide proxy PXE service to those PXE clients with
+.I HW-Client
+in as their identifier.
+>>>>>>> 907def3... pxe: support pxe clients with custom vendor-class
.TP
.B \-X, --dhcp-lease-max=<number>
Limits dnsmasq to the specified maximum number of DHCP leases. The