Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/8fcc9e810bf2
branches:  trunk
changeset: 945726:8fcc9e810bf2
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Nov 05 20:03:56 2020 +0000

description:
Fix typo

diffstat:

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

diffs (18 lines):

diff -r 2da5d9a22592 -r 8fcc9e810bf2 tests/net/if_wg/t_misc.sh
--- a/tests/net/if_wg/t_misc.sh Thu Nov 05 19:13:21 2020 +0000
+++ b/tests/net/if_wg/t_misc.sh Thu Nov 05 20:03:56 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_misc.sh,v 1.6 2020/10/16 16:17:23 roy Exp $
+#      $NetBSD: t_misc.sh,v 1.7 2020/11/05 20:03:56 martin Exp $
 #
 # Copyright (c) 2018 Ryota Ozaki <ozaki.ryota%gmail.com@localhost>
 # All rights reserved.
@@ -66,7 +66,7 @@
        setup_common shmif0 inet $ip_local 24
        setup_wg_common wg0 inet $ip_wg_local 24 $port "$key_priv_local"
        add_peer wg0 peer0 $key_pub_peer $ip_peer:$port $ip_wg_peer/32
-       $fconfig -w 10
+       $ifconfig -w 10
 
        export RUMP_SERVER=$SOCK_PEER
        setup_common shmif0 inet $ip_peer 24



Home | Main Index | Thread Index | Old Index