Rename VERB_CMA to the more descriptive VERB_PHYSICAL_ADDRESS_PUSH

This commit is contained in:
Adam Ierymenko 2015-06-29 16:01:01 -07:00
parent 30e4a188d0
commit 0cbbcf2884
2 changed files with 5 additions and 5 deletions

View file

@ -51,7 +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";
case VERB_PHYSICAL_ADDRESS_PUSH: return "PHYSICAL_ADDRESS_PUSH";
}
return "(unknown)";
}