[ISC-Bugs #39262]
- Add support for RFC 3527 to dhcrelay. A new, dhcrelay command line argument,
- "-u <interface>" enables the addition of a RFC 3527 compliant link selection
+ "-U <interface>" enables the addition of a RFC 3527 compliant link selection
suboption to the agent option added for clients directly connected to the
relay.
[ISC-Bugs #34875]
Operating system dependencies... */
/*
- * Copyright (c) 2004-2005,2007-2010,2014 by Internet Systems Consortium,
+ * Copyright (c) 2004-2016 by Internet Systems Consortium,
* Inc. ("ISC")
* Copyright (c) 1996-2003 by Internet Software Consortium
*
.B -l
.I interface
]
+.B -U
+.I interface
+]
.I server0
[
.I ...serverN
existing agent option field; it may \fIforward\fR the packet unchanged; or,
it may \fIdiscard\fR it.
.TP
--u \fIifname\fR
+-U \fIifname\fR
Enables the addition of a RFC 3527 compliant link selection suboption for
clients directly connected to the relay. This RFC allows a relay to
specify two different IP addresses: one for the server to use when
enables the \fB-a\fR option.
Keep in mind that using options such as \fB-m replace\fR or \fB-m discard\fR
-on relays upstream from one using \fB-u\fR can pose problems. The upstream
+on relays upstream from one using \fB-U\fR can pose problems. The upstream
relay will wipe out the initial agent option containing the link selection
while leaving the re-purposed giaddr value in place, causing packets to go
astray.
" [-pf <pid-file>] [--no-pid]\n"\
" [-m append|replace|forward|discard]\n" \
" [-i interface0 [ ... -i interfaceN]\n" \
-" [-u interface]\n" \
+" [-U interface]\n" \
" server0 [ ... serverN]\n\n" \
" %s -6 [-d] [-q] [-I] [-c <hops>] [-p <port>]\n" \
" [-pf <pid-file>] [--no-pid]\n" \
" [-pf <pid-file>] [--no-pid]\n" \
" [-m append|replace|forward|discard]\n" \
" [-i interface0 [ ... -i interfaceN]\n" \
-" [-u interface]\n" \
+" [-U interface]\n" \
" server0 [ ... serverN]\n\n"
#endif
agent_relay_mode = discard;
} else
usage("Unknown argument to -m: %s", argv[i]);
- } else if (!strcmp(argv [i], "-u")) {
+ } else if (!strcmp(argv [i], "-U")) {
if (++i == argc)
usage(use_noarg, argv[i-1]);