]> git.ipfire.org Git - thirdparty/wireguard-tools.git/commit
wg-quick: android: use right regex for host-vs-IP
authorJason A. Donenfeld <Jason@zx2c4.com>
Tue, 10 May 2022 10:40:49 +0000 (12:40 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 10 May 2022 10:40:49 +0000 (12:40 +0200)
commitc0b68d2eafaf2b44df9377ba0844bc315163247e
tree9b08a7fd3375191f05130d238044af0d83a5c1dd
parent1fd95708391088742c139010cc6b821add941dec
wg-quick: android: use right regex for host-vs-IP

Looks like the "is valid ifname" regex was copy and pasted from
wg-quick.bash instead of the "is valid IP" regex.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
src/wg-quick/android.c