History log of /freebsd-10-stable/sys/netinet6/ip6_mroute.c
Revision Date Author Comments
# 328878 05-Feb-2018 ae

MFC r328770:
Merge r1.120 from NetBSD:
Fix a pretty simple, yet pretty tragic typo: we should return IPPROTO_DONE,
not IPPROTO_NONE. With IPPROTO_NONE we will keep parsing the header chain
on an mbuf that was already freed.

Reported by: Maxime Villard <max at m00nbsd dot net>


# 263069 12-Mar-2014 brueffer

MFC: r261710

Only count table lookups when we're actually processing packets.

PR: 183462
Submitted by: Sven-Thorsten Dietrich <thebigcorporation at gmail.com>
Reviewed by: bms


# 261218 27-Jan-2014 ae

MFC r260485,260496:
Remove extra nesting from X_ip6_mforward() function.
Also remove disabled definitions from ip6_mroute.h.

PR: 185148


# 260712 16-Jan-2014 ae

MFC r260481:
Add MRT6_DLOG() macro for debugging.
Reduce number of MRT6DEBUG ifdefs and fix some broken format strings.


# 263069 12-Mar-2014 brueffer

MFC: r261710

Only count table lookups when we're actually processing packets.

PR: 183462
Submitted by: Sven-Thorsten Dietrich <thebigcorporation at gmail.com>
Reviewed by: bms


# 261218 27-Jan-2014 ae

MFC r260485,260496:
Remove extra nesting from X_ip6_mforward() function.
Also remove disabled definitions from ip6_mroute.h.

PR: 185148


# 260712 16-Jan-2014 ae

MFC r260481:
Add MRT6_DLOG() macro for debugging.
Reduce number of MRT6DEBUG ifdefs and fix some broken format strings.