mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-12 20:28:27 +00:00
Add definition for VERB_CMA -- GitHub issue #180
This commit is contained in:
@ -51,6 +51,7 @@ const char *Packet::verbString(Verb v)
|
||||
case VERB_MULTICAST_GATHER: return "MULTICAST_GATHER";
|
||||
case VERB_MULTICAST_FRAME: return "MULTICAST_FRAME";
|
||||
case VERB_SET_EPHEMERAL_KEY: return "SET_EPHEMERAL_KEY";
|
||||
case VERB_CMA: return "CMA";
|
||||
}
|
||||
return "(unknown)";
|
||||
}
|
||||
|
Reference in New Issue
Block a user