2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-22 18:07:25 +00:00

Updated RELNOTES 44535/port-relay entry before freeze

This commit is contained in:
Francis Dupont 2018-01-02 15:52:12 +01:00
parent fd21fdfe67
commit d8fcd5c74d

View File

@ -312,17 +312,14 @@ dhcp-users@lists.isc.org.
when building with --enable-use-sockets and --enable-ipv4-pktinfo. when building with --enable-use-sockets and --enable-ipv4-pktinfo.
[ISC-Bugs #36118] [ISC-Bugs #36118]
(to be finalized before code freeze next year)
- Added experimental support for relay port (draft-ietf-dhc-relay-port-10.txt) - Added experimental support for relay port (draft-ietf-dhc-relay-port-10.txt)
feature for DHCPv4, DHCPv6 and DHCPv4-over-DHCPv6. As the code points feature for DHCPv4, DHCPv6 and DHCPv4-over-DHCPv6. Relay port had
were not yet assigned by IANA temporary (next free) values are used. be enabled at compile time via --enable-relay-port and is fully
Relay port had be enabled at compile time via --enable-relay-port and backward compatible, i.e. works with previous implementations of
is fully backward compatible, i.e. works with previous implementations servers and relays, of course in this case using legacy ports.
of servers and relays, of course in this case using legacy ports. A new --rp <relay-port> command line option specifies to dhcrelay an
A new --rp <relay-port> command line option specifies to dhcrelay alternate source port for upstream (i.e. toward the server) messages.
an alternate source port for upstream (i.e. toward the server) messages. Thanks to Naiming Shen and Enke Chen of Cisco systems for submitting patches.
(update this)
Thanks to Naiming Shen and Enke Chen for submitting patches.
[ISC-Bugs #44535] [ISC-Bugs #44535]
Changes since 4.3.6 (Bugs): Changes since 4.3.6 (Bugs):