Subject: icmp6 build prob
To: None <current-users@netbsd.org>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 05/29/2002 16:52:27
With freshly cvs'd i386 source:

netinet6/icmp6.c: In function `icmp6_reflect':
netinet6/icmp6.c:2204: `nd_ifinfo' undeclared (first use in this function)
netinet6/icmp6.c:2204: (Each undeclared identifier is reported only once
netinet6/icmp6.c:2204: for each function it appears in.)

        if (m->m_pkthdr.rcvif) {
                /* XXX: This may not be the outgoing interface */
                ip6->ip6_hlim = nd_ifinfo[m->m_pkthdr.rcvif->if_index].chlim;
        } else
                ip6->ip6_hlim = ip6_defhlim;


Should that nd_ifinfo really be ndi (from netinet6/nd6.h) or is my tree up
the creek?

Cheers,

Patrick