Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/sys/net/npf Pull up missing part of rev 1.33, partly pull...
details: https://anonhg.NetBSD.org/src/rev/a873f10d1baa
branches: netbsd-7
changeset: 800220:a873f10d1baa
user: martin <martin%NetBSD.org@localhost>
date: Mon May 22 18:56:35 2017 +0000
description:
Pull up missing part of rev 1.33, partly pulled up in ticket #1394:
make DDB print ipv6 addresses too
diffstat:
sys/net/npf/npf_inet.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 0acbcb5d3da4 -r a873f10d1baa sys/net/npf/npf_inet.c
--- a/sys/net/npf/npf_inet.c Tue May 16 22:52:57 2017 +0000
+++ b/sys/net/npf/npf_inet.c Mon May 22 18:56:35 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: npf_inet.c,v 1.32.2.1 2017/05/12 05:32:12 snj Exp $ */
+/* $NetBSD: npf_inet.c,v 1.32.2.2 2017/05/22 18:56:35 martin Exp $ */
/*-
* Copyright (c) 2009-2014 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: npf_inet.c,v 1.32.2.1 2017/05/12 05:32:12 snj Exp $");
+__KERNEL_RCSID(0, "$NetBSD: npf_inet.c,v 1.32.2.2 2017/05/22 18:56:35 martin Exp $");
#include <sys/param.h>
#include <sys/types.h>
@@ -51,6 +51,7 @@
#include <netinet/in_systm.h>
#include <netinet/in.h>
+#include <netinet6/in6_var.h>
#include <netinet/ip.h>
#include <netinet/ip6.h>
#include <netinet/tcp.h>
Home |
Main Index |
Thread Index |
Old Index