Re: [PATCH wireguard-go] global: use RTMGRP_* consts from x/sys/unix

2020-03-04 Thread Jason A. Donenfeld
Applied, thanks. ___ WireGuard mailing list WireGuard@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/wireguard

[PATCH wireguard-go] global: use RTMGRP_* consts from x/sys/unix

2020-03-04 Thread Tobias Klauser
Update the golang.org/x/sys/unix dependency and use the newly introduced RTMGRP_* consts instead of using the corresponding RTNLGRP_* const to create a mask. Signed-off-by: Tobias Klauser --- device/conn_linux.go | 2 +- go.mod | 2 +- go.sum | 4 ++--