insomniacslk / dhcp

DHCPv6 and DHCPv4 packet library, client and server written in Go
BSD 3-Clause "New" or "Revised" License
721 stars 174 forks source link

DHCP Options to support RFC8572 SZTP #462

Open polarbroadband opened 2 years ago

polarbroadband commented 2 years ago

Could you please update the DHCP option 143 and 136 based on the following IANA assignments? They are using for RFC8572 SZTP now. Opt143: https://www.iana.org/assignments/bootp-dhcp-parameters/bootp-dhcp-parameters.xhtml Opt136: https://www.iana.org/assignments/dhcpv6-parameters/dhcpv6-parameters.xhtml#dhcpv6-parameters-2

pmazzini commented 2 years ago

It should be easy to implement, feel free to create a PR.

Just out of curiosity, which vendor is using this?

polarbroadband commented 2 years ago

Yeah, just need to update the types file.

This options will be used for Secure Zero Touch Provisioning, implemented by many switches like Cisco, Juniper and Ciena.

Thanks

Kelvin

On Apr 5, 2022, at 1:13 AM, Pablo Mazzini @.***> wrote:

 It should be easy to implement, feel free to create a PR.

Just out of curiosity, which vendor is using this?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.