summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2018-01-02 15:52:12 +0100
committerFrancis Dupont <fdupont@isc.org>2018-01-02 15:52:12 +0100
commitd8fcd5c74dabf5f45efd817c2ee1bc4ee6621e29 (patch)
tree3ec3e1aa7f10316dcc8a9a66f93a065680fb7fbe
parentfd21fdfe67f85c2ec5890063f49f198b66c11a54 (diff)
downloadisc-dhcp-d8fcd5c74dabf5f45efd817c2ee1bc4ee6621e29.tar.gz
Updated RELNOTES 44535/port-relay entry before freeze
-rw-r--r--RELNOTES17
1 files changed, 7 insertions, 10 deletions
diff --git a/RELNOTES b/RELNOTES
index 6b11b787..fd345620 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -312,17 +312,14 @@ dhcp-users@lists.isc.org.
when building with --enable-use-sockets and --enable-ipv4-pktinfo.
[ISC-Bugs #36118]
-(to be finalized before code freeze next year)
- 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
- were not yet assigned by IANA temporary (next free) values are used.
- Relay port had be enabled at compile time via --enable-relay-port and
- is fully backward compatible, i.e. works with previous implementations
- of servers and relays, of course in this case using legacy ports.
- A new --rp <relay-port> command line option specifies to dhcrelay
- an alternate source port for upstream (i.e. toward the server) messages.
-(update this)
- Thanks to Naiming Shen and Enke Chen for submitting patches.
+ feature for DHCPv4, DHCPv6 and DHCPv4-over-DHCPv6. Relay port had
+ be enabled at compile time via --enable-relay-port and is fully
+ backward compatible, i.e. works with previous implementations of
+ servers and relays, of course in this case using legacy ports.
+ A new --rp <relay-port> command line option specifies to dhcrelay 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.
[ISC-Bugs #44535]
Changes since 4.3.6 (Bugs):