Module Name:    src
Committed By:   riastradh
Date:           Wed Jun 16 23:45:53 UTC 2021

Modified Files:
        src/tests/net/if_wg: t_misc.sh

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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/net/if_wg/t_misc.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/net/if_wg/t_misc.sh
diff -u src/tests/net/if_wg/t_misc.sh:1.7 src/tests/net/if_wg/t_misc.sh:1.8
--- src/tests/net/if_wg/t_misc.sh:1.7	Thu Nov  5 20:03:56 2020
+++ src/tests/net/if_wg/t_misc.sh	Wed Jun 16 23:45:52 2021
@@ -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.ry...@gmail.com>
 # All rights reserved.
@@ -420,7 +420,7 @@ wg_keepalive_body()
 	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

Reply via email to