diff --git a/network/default.go b/network/default.go index 7e78b992..f8f9ef9b 100644 --- a/network/default.go +++ b/network/default.go @@ -286,7 +286,7 @@ func (n *network) advertise(advertChan <-chan *router.Advert) { address := event.Route.Address // only hash the address if we're advertising our own local routes - if event.Route.Router == advert.Id { + if event.Route.Router == advert.Id && event.Route.Address != "*" { // hash the service before advertising it hasher.Reset() // routes for multiple instances of a service will be collapsed here.