summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6.h
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2009-04-15 20:34:19 +0000
committerkmacy <kmacy@FreeBSD.org>2009-04-15 20:34:19 +0000
commit52b9562b83c993486f736eba2cbcf03ad65fbcec (patch)
tree052058b69b0f81a1cff72f6328f3986cc864fdd6 /sys/netinet6/in6.h
parent46ae43e7c6d9bf27aa68fc70d5cc810041078537 (diff)
downloadFreeBSD-src-52b9562b83c993486f736eba2cbcf03ad65fbcec.zip
FreeBSD-src-52b9562b83c993486f736eba2cbcf03ad65fbcec.tar.gz
add an llentry to struct route{_in6} to allow it to be passed around with
the rtentry
Diffstat (limited to 'sys/netinet6/in6.h')
-rw-r--r--sys/netinet6/in6.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet6/in6.h b/sys/netinet6/in6.h
index ffdb37f4..04a68d8 100644
--- a/sys/netinet6/in6.h
+++ b/sys/netinet6/in6.h
@@ -371,6 +371,7 @@ extern const struct in6_addr in6addr_linklocal_allrouters;
#if __BSD_VISIBLE
struct route_in6 {
struct rtentry *ro_rt;
+ struct llentry *ro_lle;
struct sockaddr_in6 ro_dst;
};
#endif
OpenPOWER on IntegriCloud