diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-09-03 00:11:26 -0600 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-09-03 23:52:11 -0600 |
commit | 93b6e83e4faa8de6247e0e46d5060ec543befef8 (patch) | |
tree | 4e92104fb5f7f5a9b375f551da78024e54440624 /src/tests/netns.sh | |
parent | 07dac52be6336be4a77a399fd7928802711fb77f (diff) |
global: satisfy check_patch.pl errors
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/tests/netns.sh')
-rwxr-xr-x | src/tests/netns.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/netns.sh b/src/tests/netns.sh index 29e1fd4..568612c 100755 --- a/src/tests/netns.sh +++ b/src/tests/netns.sh @@ -15,7 +15,7 @@ # ││fd00::1/24 ││ │ │127.0.0.1:1 127.0.0.1:2│ │ ││fd00::2/24 ││ # │└───────────────────┘│ │ │[::]:1 [::]:2 │ │ │└───────────────────┘│ # └─────────────────────┘ │ └─────────────────────────┘ │ └─────────────────────┘ -# └──────────────────────────────────┘ +# └──────────────────────────────────┘ # # After the topology is prepared we run a series of TCP/UDP iperf3 tests between the # wireguard peers in $ns1 and $ns2. Note that $ns0 is the endpoint for the wg0 |