Added ability to set interface as up

This commit is contained in:
Tim Beatham
2023-09-21 18:43:29 +01:00
parent 6725a193aa
commit ea2a073875
6 changed files with 76 additions and 4 deletions

View File

@ -25,8 +25,6 @@ type Mesh struct {
* is running
*/
type MeshCtrlServer struct {
Host string
Port int
Client *wgctrl.Client
Meshes map[string]Mesh
IfName string