4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-07-14 21:28:57 +00:00

Simplify reconfiguration

This commit is contained in:
Neil Alexander
2019-08-28 19:31:04 +01:00
parent 764f9c8e11
commit fc9a1c6c31
13 changed files with 64 additions and 141 deletions

View File

@ -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