Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/net/ndp Fix typo



details:   https://anonhg.NetBSD.org/src/rev/56fae303c793
branches:  trunk
changeset: 819981:56fae303c793
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Mon Dec 26 01:26:25 2016 +0000

description:
Fix typo

diffstat:

 tests/net/ndp/t_ra.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9c59f31e9d56 -r 56fae303c793 tests/net/ndp/t_ra.sh
--- a/tests/net/ndp/t_ra.sh     Mon Dec 26 00:30:07 2016 +0000
+++ b/tests/net/ndp/t_ra.sh     Mon Dec 26 01:26:25 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_ra.sh,v 1.17 2016/12/21 07:02:16 ozaki-r Exp $
+#      $NetBSD: t_ra.sh,v 1.18 2016/12/26 01:26:25 ozaki-r Exp $
 #
 # Copyright (c) 2015 Internet Initiative Japan Inc.
 # All rights reserved.
@@ -494,7 +494,7 @@
        rump_server_destroy_ifaces
 }
 
-multiple_routers_single_prefix_cleanup()
+ra_multiple_routers_single_prefix_cleanup()
 {
 
        if [ -f ${PIDFILE} ]; then



Home | Main Index | Thread Index | Old Index