Skip to content

Commit

Permalink
Add forgotten definition for nd6_output_ifp().
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderChernikov committed Jan 8, 2015
1 parent 3d65b7b commit 4b0aa49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sys/netinet6/nd6.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ static void clear_llinfo_pqueue(struct llentry *);
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)
Expand Down

0 comments on commit 4b0aa49

Please sign in to comment.