2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-09-03 15:56:00 +00:00

[master] Add support for relayed client-linklayer-address option (RFC 6939)

Merges in rt40334.
This commit is contained in:
Thomas Markwalder
2016-01-28 16:30:01 -05:00
parent cab61f4377
commit 62a9eb918c
5 changed files with 236 additions and 133 deletions

View File

@@ -181,6 +181,12 @@ by Eric Young (eay@cryptsoft.com).
to be set at configure time via the environment variable 'AR'.
[ISC-Bugs #41536]
- The server will now match DHCPv6 relayed clients to host declarations
which include the "hardware" statement, if the relay connected to the
client supplies the client's hardware address via client-linklayer-address
option as per RFC 6939.
[ISC-Bugs #40334]
Changes since 4.3.3b1
- None