mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-06-16 10:06:05 +00:00
update ironwood dependency, add a debug API call for lookups
This commit is contained in:
@ -164,10 +164,10 @@ func (m *Yggdrasil) Stop() error {
|
||||
logger.EnableLevel("info")
|
||||
logger.Infof("Stopping the mobile Yggdrasil instance %s", "")
|
||||
if m.multicast != nil {
|
||||
logger.Infof("Stopping multicast %s", "")
|
||||
if err := m.multicast.Stop(); err != nil {
|
||||
return err
|
||||
}
|
||||
logger.Infof("Stopping multicast %s", "")
|
||||
if err := m.multicast.Stop(); err != nil {
|
||||
return err
|
||||
}
|
||||
}
|
||||
logger.Infof("Stopping TUN device %s", "")
|
||||
if m.tun != nil {
|
||||
|
Reference in New Issue
Block a user