mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-09 21:36:09 +08:00
add rebase change
This commit is contained in:
parent
63f18f539e
commit
e790b87d81
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ func (h *Host) ConvertNMHostToAPI() *ApiHost {
|
||||||
}
|
}
|
||||||
a.IsStatic = h.IsStatic
|
a.IsStatic = h.IsStatic
|
||||||
a.ListenPort = h.ListenPort
|
a.ListenPort = h.ListenPort
|
||||||
a.LocalListenPort = h.LocalListenPort
|
|
||||||
a.MTU = h.MTU
|
a.MTU = h.MTU
|
||||||
a.MacAddress = h.MacAddress.String()
|
a.MacAddress = h.MacAddress.String()
|
||||||
a.Name = h.Name
|
a.Name = h.Name
|
||||||
|
|
Loading…
Add table
Reference in a new issue