Results 335 comments of Roy Marples

@perkelix does that fix it for you?

> Hi Roy, Martin! > > Thanks for taking the time to implement this Roy :-). Welcome > > Unfortunately I don't think [c75b0b7](https://github.com/NetworkConfiguration/dhcpcd/commit/c75b0b701920d2f638e5ec585800d946db32a28d) quite captures the use-cases I have...

Why does the directory need to be separate? Because it’s a directory you don’t need enter/exit just get the two digit numerical prefix on the file name in the correct...

> 1. We need separate enter/exit directories because packages install separate scripts depending on what they need done when the network is brought up or down, and thus need separate...

Try this ``` interface wan_spectrum ia_pd 3/::/56 br10 lxcbr53 ```

So the /56 is a hint to the server. You might not get what you ask for. If in doubt, look at tcpdump and you should see dhcpcd requesting a...

Well, we can check if the config file is newer than the lease file I guess. I don't see any obvious issue right away with saying "ignore old lease if...

After another review, I don't think we need this as we already concatenate the options via the `get_option()` function? https://github.com/NetworkConfiguration/dhcpcd/blob/master/src/dhcp.c#L240 Everyone agree or anyone disagree? @spoljak-ent @evverx

This isn't supported, you can only have one way of decoding an option. C code is required for really dumb DHCP options like RFC3361 https://github.com/NetworkConfiguration/dhcpcd/blob/master/src/dhcp.c#L460

I'm struggling to replicate and scratching my head on the backtrace. It's complex and I don't have too much free time right now. Maybe I can find some time next...