netns: use `exit 0` for early exit

It appears that much of netns is not yet ported/usable on FreeBSD, and
we previously used `exit 1` to exit early and skip the remainder.  Exit
without error instead, for CI purposes.

Signed-off-by: Ed Maste <emaste@FreeBSD.org>
This commit is contained in:
Ed Maste 2021-05-17 21:38:42 -04:00 committed by Jason A. Donenfeld
parent 0f6950b07f
commit f324db0677
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ ifconfig1 wg1 mtu $big_mtu
ifconfig2 wg2 mtu $big_mtu
tests
exit 1
exit 0
ip1 link set wg0 mtu $orig_mtu
ip2 link set wg0 mtu $orig_mtu