]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
device: use RTMGRP_IPV4_ROUTE to specify multicast groups mask
authorTobias Klauser <tklauser@distanz.ch>
Tue, 7 Jul 2020 11:15:13 +0000 (13:15 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 13 Jul 2020 23:58:10 +0000 (17:58 -0600)
commit3c41141fb47781f5c7526662ef057c2aa3d71757
tree842ba5af9d1254f25d5bd5a76bdad727249360f0
parent4369db522b3fd7adc28a2a82b89315a6f3edbcc4
device: use RTMGRP_IPV4_ROUTE to specify multicast groups mask

Use the RTMGRP_IPV4_ROUTE const from x/sys/unix instead of using the
corresponding RTNLGRP_IPV4_ROUTE const to create the multicast groups
mask.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
device/sticky_linux.go