mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-05 20:41:44 -07:00
Enable configuration of multicast algorithm parameters in netconf
This commit is contained in:
parent
6df9546742
commit
93f9b4392d
4 changed files with 27 additions and 9 deletions
|
@ -158,6 +158,8 @@ public:
|
|||
inline void fromString(const char *s)
|
||||
{
|
||||
char tmp[8];
|
||||
for(int i=0;i<6;++i)
|
||||
tmp[i] = (char)0;
|
||||
Utils::unhex(s,tmp,6);
|
||||
setTo(tmp,6);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue