svn commit: r276847 - head/sys/netinet6
Alexander V. Chernikov
melifaro at FreeBSD.org
Thu Jan 8 18:29:55 UTC 2015
Author: melifaro
Date: Thu Jan 8 18:29:54 2015
New Revision: 276847
URL: https://svnweb.freebsd.org/changeset/base/276847
Log:
Add forgotten definition for nd6_output_ifp().
Modified:
head/sys/netinet6/nd6.c
Modified: head/sys/netinet6/nd6.c
==============================================================================
--- head/sys/netinet6/nd6.c Thu Jan 8 18:28:06 2015 (r276846)
+++ head/sys/netinet6/nd6.c Thu Jan 8 18:29:54 2015 (r276847)
@@ -136,6 +136,8 @@ static void clear_llinfo_pqueue(struct l
static void nd6_rtrequest(int, struct rtentry *, struct rt_addrinfo *);
static int nd6_output_lle(struct ifnet *, struct ifnet *, struct mbuf *,
struct sockaddr_in6 *);
+static int nd6_output_ifp(struct ifnet *, struct ifnet *, struct mbuf *,
+ struct sockaddr_in6 *);
static VNET_DEFINE(struct callout, nd6_slowtimo_ch);
#define V_nd6_slowtimo_ch VNET(nd6_slowtimo_ch)
More information about the svn-src-all
mailing list