Pablo Mazzini

Results 71 comments of Pablo Mazzini

It should be easy to implement, feel free to create a PR. Just out of curiosity, which vendor is using this?

I agree: * Having to unwind the relay-forward packet on every plugin is going to be error prone. * We are not exposing the peer address to the plugins which...

Hi @fitzy101, thanks for your interest in the project. The library that CoreDHCP is using (https://github.com/insomniacslk/dhcp/) already supports the vendor specific options from the RFCs that you mentioned. However, if...

You are more than welcome to contribute to the project and it would be nice to have a ZTP plugin. The library also provides functions to parse the options provided...

Wouldn't `NewOfferFromRequest` and `NewAckFromRequest` be the same as `NewReplyFromRequest` plus setting the message type? I don't see much added value in having those functions.

We did have it, it is mentioned in the issue description.

`NewReplyFromRequest` is intended to be used as a base function when implementing a server handler. How the `Offer` and `Ack` looks like may change according to the server implemenation. A...

For reference, we now how some integration tests: https://github.com/insomniacslk/dhcp/blob/master/netboot/netconf_integ_test.go

Related https://github.com/pinterest/bender/pull/39

For awareness, the `netboot` package being removed here is used in `r-root`. https://github.com/u-root/u-root/blob/main/cmds/boot/fbnetboot/main.go#L28