WireGuard / wgctrl-go

Package wgctrl enables control of WireGuard interfaces on multiple platforms.
https://godoc.org/golang.zx2c4.com/wireguard/wgctrl
MIT License
727 stars 85 forks source link

internal/wglinux: use new netlink nested attribute APIs #72

Closed mdlayher closed 4 years ago

mdlayher commented 4 years ago

Signed-off-by: Matt Layher mdlayher@gmail.com

Depends on https://github.com/mdlayher/netlink/pull/151.

I think this API feels pretty good and will likely commit this in the morning.