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/7937261db3fc
branches:  trunk
changeset: 349839:7937261db3fc
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 838b1b70851b -r 7937261db3fc 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