NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Re: bin/59046: dhcpd issue



The following reply was made to PR bin/59046; it has been noted by GNATS.

From: 6bone%6bone.informatik.uni-leipzig.de@localhost
To: Christos Zoulas <christos%zoulas.com@localhost>
Cc: gnats-bugs%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
Subject: Re: Re: bin/59046: dhcpd issue
Date: Sat, 8 Feb 2025 08:53:46 +0100 (CET)

 I forgot to mention that the dhcpd is operated on a lagg0 interface. The 
 message
 
 "No subnet6 declaration for (bnx0, bnx1, wm0, wm1)"
 
 is therefore correct. These are the participants of the lagg0 interface.
 
 
 Regards
 Uwe
 
 
 On Thu, 6 Feb 2025, Christos Zoulas wrote:
 
 > Thanks!
 >
 > Index: Makefile.inc
 > ===================================================================
 > RCS file: /cvsroot/src/external/mpl/dhcp/Makefile.inc,v
 > retrieving revision 1.13
 > diff -u -p -u -r1.13 Makefile.inc
 > --- Makefile.inc        19 Feb 2024 20:39:13 -0000      1.13
 > +++ Makefile.inc        6 Feb 2025 18:43:36 -0000
 > @@ -14,6 +14,7 @@ BIND:=        ${.PARSEDIR}/bind
 > BINDDIST=      ${BIND}/dist
 > .PATH: ${DIST}/${DHCPSRCDIR}
 >
 > +CPPFLAGS+= -DPOINTER_DEBUG
 > .if (${USE_INET6} != "no")
 > CPPFLAGS+=     -DDHCPv6
 > .endif
 >
 >
 


Home | Main Index | Thread Index | Old Index