Re: dhcpleased(8): ignore servers / parts of lease

2021-08-09 Thread Andras Vinter
tuart Henderson wrote: > > On 2021/08/09 15:03, Andras Vinter wrote: > > It's probably an overkill for first implementation, but in the future > > I think we should support subnet definitions in CIDR notation (e.x.: > > 192.168.0.0/24) and IP ranges for fine control (e.x

Re: dhcpleased(8): ignore servers / parts of lease

2021-08-09 Thread Andras Vinter
It's probably an overkill for first implementation, but in the future I think we should support subnet definitions in CIDR notation (e.x.: 192.168.0.0/24) and IP ranges for fine control (e.x.: 192.168.0.100-192.168.0.254). BRs /Andras On Mon, Aug 9, 2021 at 2:35 PM Florian Obser wrote: > > On 2

feature request: dhclient reject more than a single IP address

2021-07-08 Thread Andras Vinter
Dear devs, I came across a limitation which I would like to request to be implemented: In dhclient.conf the reject declaration only accepts a single IP address, and it would be great if we could define more than one by comma separation and even ranges in CIDR notation like in Linux. I wanted t