[Zrouter-src-freebsd] ZRouter.org: push to FreeBSD HEAD tree
zrouter-src-freebsd at zrouter.org
zrouter-src-freebsd at zrouter.org
Tue Mar 20 10:05:37 UTC 2012
details: http://zrouter.org/hg/FreeBSD/head//rev/d8e61dcd88f8
changeset: 439:d8e61dcd88f8
user: Aleksandr Rybalko <ray at ddteam.net>
date: Tue Mar 20 01:02:45 2012 +0200
description:
FreeBSD r231852.
diffstat:
head/sys/netipsec/ipsec_output.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 7ec9ff452b15 -r d8e61dcd88f8 head/sys/netipsec/ipsec_output.c
--- a/head/sys/netipsec/ipsec_output.c Tue Mar 20 00:59:46 2012 +0200
+++ b/head/sys/netipsec/ipsec_output.c Tue Mar 20 01:02:45 2012 +0200
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD: head/sys/netipsec/ipsec_output.c 223637 2011-06-28 11:57:25Z bz $
+ * $FreeBSD: head/sys/netipsec/ipsec_output.c 231852 2012-02-17 02:39:58Z bz $
*/
/*
@@ -867,7 +867,7 @@
dst6->sin6_family = AF_INET6;
dst6->sin6_len = sizeof(*dst6);
dst6->sin6_addr = ip6->ip6_dst;
- rtalloc(state->ro);
+ rtalloc_ign_fib(state->ro, 0UL, M_GETFIB(m));
}
if (state->ro->ro_rt == NULL) {
V_ip6stat.ip6s_noroute++;
More information about the Zrouter-src-freebsd
mailing list