Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/net/ipsec Enable DEBUG for babylon5
details: https://anonhg.NetBSD.org/src/rev/23bf86f0757a
branches: trunk
changeset: 354368:23bf86f0757a
user: ozaki-r <ozaki-r%NetBSD.org@localhost>
date: Wed Jun 14 02:33:37 2017 +0000
description:
Enable DEBUG for babylon5
diffstat:
tests/net/ipsec/t_ipsec_gif.sh | 4 ++--
tests/net/ipsec/t_ipsec_l2tp.sh | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 2a62633ee97b -r 23bf86f0757a tests/net/ipsec/t_ipsec_gif.sh
--- a/tests/net/ipsec/t_ipsec_gif.sh Wed Jun 14 02:32:29 2017 +0000
+++ b/tests/net/ipsec/t_ipsec_gif.sh Wed Jun 14 02:33:37 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_ipsec_gif.sh,v 1.5 2017/05/12 02:34:45 ozaki-r Exp $
+# $NetBSD: t_ipsec_gif.sh,v 1.6 2017/06/14 02:33:37 ozaki-r Exp $
#
# Copyright (c) 2017 Internet Initiative Japan Inc.
# All rights reserved.
@@ -33,7 +33,7 @@
BUS_TUNNEL=./bus_ipsec_tunnel
BUS_REMOTE=./bus_ipsec_remote
-DEBUG=${DEBUG:-false}
+DEBUG=${DEBUG:-true}
make_gif_pktstr()
{
diff -r 2a62633ee97b -r 23bf86f0757a tests/net/ipsec/t_ipsec_l2tp.sh
--- a/tests/net/ipsec/t_ipsec_l2tp.sh Wed Jun 14 02:32:29 2017 +0000
+++ b/tests/net/ipsec/t_ipsec_l2tp.sh Wed Jun 14 02:33:37 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_ipsec_l2tp.sh,v 1.5 2017/05/12 02:34:45 ozaki-r Exp $
+# $NetBSD: t_ipsec_l2tp.sh,v 1.6 2017/06/14 02:33:37 ozaki-r Exp $
#
# Copyright (c) 2017 Internet Initiative Japan Inc.
# All rights reserved.
@@ -33,7 +33,7 @@
BUS_TUNNEL=./bus_ipsec_tunnel
BUS_REMOTE=./bus_ipsec_remote
-DEBUG=${DEBUG:-false}
+DEBUG=${DEBUG:-true}
make_l2tp_pktstr()
{
Home |
Main Index |
Thread Index |
Old Index