74-perform-dad

- Performing DAD to check if IPv6 address present before adding
  outselves to mesh
- Changing name from wgmesh to smegmesh
This commit is contained in:
Tim Beatham
2024-01-01 23:55:50 +00:00
parent 36e82dba47
commit dbc18bddc6
45 changed files with 189 additions and 156 deletions

View File

@@ -1,7 +1,7 @@
package route
import (
"github.com/tim-beatham/wgmesh/pkg/lib"
"github.com/tim-beatham/smegmesh/pkg/lib"
"golang.org/x/sys/unix"
)