Hi,
"How To Ask Questions The Smart Way" has immediately after the introduction
an advice on before you ask.
http://www.catb.org/esr/faqs/smart-questions.html#before
Following that advice is still no guarantee for a (good) response.
So when you are still stuck with something that you think i
On Sun, Aug 06, 2023 at 01:24:02AM +0300, 0zl wrote:
> On 8/4/23 09:24, shashikumar Shashi wrote:
> > Hi,
> >
> > Observing that dnsmasq is offering DHCP IP to the client
} } Observing that dnsmasq is offering DHCP IP-address to the client
> > from a vlan pool which is in DOWN state.
> >
> > E.g.
Hello hackers,
according to 'man dnsmasq' the var DNSMASQ_INTERFACE stores the name
of the interface on which the request arrived; this is not set for "old"
actions when dnsmasq restarts.
all this in done in src/helper.c:
my_setenv("DNSMASQ_INTERFACE", strlen(data.interface) != 0 ? data.interface