mbox series

[RFC,0/1] odhcpd uses also interafce dns_search

Message ID 20240410012052.4025-1-newtwen+github@gmail.com
Headers show
Series odhcpd uses also interafce dns_search | expand

Message

Paul Donald April 10, 2024, 1:16 a.m. UTC
From: Paul Donald <newtwen@gmail.com>

Applies to master d8118f6e76e5519881f9a37137c3a06b3cb60fd2

Naïve implementation. Works well. 

Might have drawbacks: it parses interfaces, so if they happen to have the same parameter names, ???

The idea seems worth implementing.


Paul Donald (1):
  config: use network interface 'dns_search' and dhcp 'domain'

 src/config.c | 26 ++++++++++++++++++++++++--
 1 file changed, 24 insertions(+), 2 deletions(-)

Comments

Paul D June 30, 2024, 8:32 p.m. UTC | #1
Any comments?


On 2024-04-10 03:16, Paul Donald wrote:
> From: Paul Donald <newtwen@gmail.com>
> 
> Applies to master d8118f6e76e5519881f9a37137c3a06b3cb60fd2
> 
> Naïve implementation. Works well. 
> 
> Might have drawbacks: it parses interfaces, so if they happen to have the same parameter names, ???
> 
> The idea seems worth implementing.
> 
> 
> Paul Donald (1):
>   config: use network interface 'dns_search' and dhcp 'domain'
> 
>  src/config.c | 26 ++++++++++++++++++++++++--
>  1 file changed, 24 insertions(+), 2 deletions(-)
>