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 tests/net/if_wg: Fix typo: $ifconfig, not $i...



details:   https://anonhg.NetBSD.org/src/rev/375d7c90cf0f
branches:  trunk
changeset: 983990:375d7c90cf0f
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Jun 16 23:45:52 2021 +0000

description:
tests/net/if_wg: Fix typo: $ifconfig, not $ifconfg.

diffstat:

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

diffs (18 lines):

diff -r c65b4414949a -r 375d7c90cf0f tests/net/if_wg/t_misc.sh
--- a/tests/net/if_wg/t_misc.sh Wed Jun 16 23:22:08 2021 +0000
+++ b/tests/net/if_wg/t_misc.sh Wed Jun 16 23:45:52 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_misc.sh,v 1.7 2020/11/05 20:03:56 martin Exp $
+#      $NetBSD: t_misc.sh,v 1.8 2021/06/16 23:45:52 riastradh Exp $
 #
 # Copyright (c) 2018 Ryota Ozaki <ozaki.ryota%gmail.com@localhost>
 # All rights reserved.
@@ -420,7 +420,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
-       $ifconfg -w 10
+       $ifconfig -w 10
 
        export RUMP_SERVER=$SOCK_PEER
        setup_common shmif0 inet $ip_peer 24



Home | Main Index | Thread Index | Old Index