We are able to add a peer to an interface with a public key

This commit is contained in:
2024-02-21 14:45:32 -08:00
parent 24b4e45eb7
commit 6dfe0e80b4
5 changed files with 30 additions and 10 deletions

1
go.mod
View File

@@ -5,6 +5,7 @@ go 1.22.0
require (
github.com/google/go-cmp v0.5.9 // indirect
github.com/josharian/native v1.1.0 // indirect
github.com/mattn/go-sqlite3 v1.14.22 // indirect
github.com/mdlayher/genetlink v1.3.2 // indirect
github.com/mdlayher/netlink v1.7.2 // indirect
github.com/mdlayher/socket v0.4.1 // indirect