aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-04-28 13:44:10 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2021-04-28 13:44:10 -0400
commitf0d2d14e833783209e68d70fd006096268b888fd (patch)
treebc3a2d16ec8c7ed08d7d3e1f3ee91caf93572f81 /tests
parentif_wg: pull up packet before checking aip on input (diff)
downloadwireguard-freebsd-f0d2d14e833783209e68d70fd006096268b888fd.tar.xz
wireguard-freebsd-f0d2d14e833783209e68d70fd006096268b888fd.zip
netns: enable debug logging
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rwxr-xr-xtests/netns.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/netns.sh b/tests/netns.sh
index 7502871..f868a7a 100755
--- a/tests/netns.sh
+++ b/tests/netns.sh
@@ -79,8 +79,10 @@ cj $jail1
cj $jail2
ifconfig wg1 create
+ifconfig wg1 debug
ifconfig wg1 vnet ${jail1}
ifconfig wg2 create
+ifconfig wg2 debug
ifconfig wg2 vnet ${jail2}
key1="$(pp wg genkey)"