mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
Push credentials in multicast.
This commit is contained in:
parent
eadca9dd75
commit
1316ee3127
1 changed files with 2 additions and 0 deletions
|
@ -481,6 +481,8 @@ void Switch::onLocalEthernet(void *tPtr,const SharedPtr<Network> &network,const
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
network->pushCredentialsIfNeeded(tPtr,toZT,RR->node->now());
|
||||||
|
|
||||||
RR->mc->send(
|
RR->mc->send(
|
||||||
tPtr,
|
tPtr,
|
||||||
RR->node->now(),
|
RR->node->now(),
|
||||||
|
|
Loading…
Add table
Reference in a new issue