Enable configuration of multicast algorithm parameters in netconf

This commit is contained in:
Adam Ierymenko 2014-09-04 14:25:07 -07:00
parent 6df9546742
commit 93f9b4392d
4 changed files with 27 additions and 9 deletions

View file

@ -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);
}