aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/wg-quick/openbsd.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/wg-quick/openbsd.bash')
-rwxr-xr-xsrc/tools/wg-quick/openbsd.bash1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/wg-quick/openbsd.bash b/src/tools/wg-quick/openbsd.bash
index 786d145..e0c6d1a 100755
--- a/src/tools/wg-quick/openbsd.bash
+++ b/src/tools/wg-quick/openbsd.bash
@@ -185,7 +185,6 @@ collect_gateways() {
GATEWAY6=""
while read -r destination gateway _; do
[[ $destination == default ]] || continue
- [[ $gateway == fe80:* ]] && continue
GATEWAY6="$gateway"
break
done < <(netstat -nr -f inet6)