Add -normaliseconf option and temporarily correct old config item names in running config

This commit is contained in:
Neil Alexander 2018-05-23 12:04:27 +01:00
parent 9d9083e373
commit ce854a76bd
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
3 changed files with 37 additions and 2 deletions

View file

@ -44,7 +44,7 @@ func (m *multicast) init(core *Core) {
m.core.log.Println("Found", len(m.interfaces), "multicast interface(s)")
}
func (m *multicast) Start() {
func (m *multicast) start() {
if len(m.core.ifceExpr) == 0 {
m.core.log.Println("Multicast discovery is disabled")
} else {