Fix bugs related to needing to send Broadcast

This commit is contained in:
Asim Aslam
2019-10-15 15:55:08 +01:00
parent 7b1f5584ab
commit ca18089382
3 changed files with 8 additions and 4 deletions

View File

@@ -326,7 +326,7 @@ func (t *tun) process() {
}
// check the multicast mappings
if msg.mode > Unicast {
if msg.mode == Multicast {
link.RLock()
_, ok := link.channels[msg.channel]
link.RUnlock()