mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-08-01 15:03:42 +00:00
Simplify reconfiguration
This commit is contained in:
@@ -83,7 +83,6 @@ func (m *Multicast) Stop() error {
|
||||
func (m *Multicast) UpdateConfig(config *config.NodeConfig) {
|
||||
m.log.Debugln("Reloading multicast configuration...")
|
||||
m.config.Replace(*config)
|
||||
m.log.Infoln("Multicast configuration reloaded successfully")
|
||||
}
|
||||
|
||||
// GetInterfaces returns the currently known/enabled multicast interfaces. It is
|
||||
|
Reference in New Issue
Block a user