]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
device: simplify allowedips lookup signature
authorJason A. Donenfeld <Jason@zx2c4.com>
Thu, 3 Jun 2021 14:12:29 +0000 (16:12 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Thu, 3 Jun 2021 14:29:43 +0000 (16:29 +0200)
commit841756e328c743fec624e9259921ea6d815911d5
tree6b31dc3cd2e7b6e86c38ed6a1b7a36c326ef064d
parentc382222eab9e3814f4df75fd25f8e9e31484b5e0
device: simplify allowedips lookup signature

The inliner should handle this for us.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
device/allowedips.go
device/allowedips_rand_test.go
device/allowedips_test.go
device/receive.go
device/send.go