HenriWahl / dhcpy6d

MAC address aware DHCPv6 server written in Python
https://dhcpy6d.de
GNU General Public License v2.0
94 stars 27 forks source link

Query on the support of a type of dhcpv6 message #62

Closed ycq177 closed 3 months ago

ycq177 commented 1 year ago

Hi,bro: Ask whether dhcpy6d has completed the RECONFIGURE (10) message, which is used to inform the client server that there are new configuration parameters. RFC8415 describes this message as follows: "A server sends a Reconfigure message to a client to inform the client that the server has new or updated configuration parameters and that the client is to initiate a Renew/Reply, Rebind/Reply, or Information-request/Reply transaction with the server in order to receive the updated information.”

HenriWahl commented 1 year ago

Hi @ycq177, years ago I looked at the RECONFIGURE message and quickly found that there was some authentication involved which no client understood and so I stopped all attempts to implement this. Maybe it looks better nowadays client-wise but right now there is no support from server side.