Fix bugs related to needing to send Broadcast
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user