Documentation in Packet, more work on path push, and clean up ancient legacy support code in Switch.

This commit is contained in:
Adam Ierymenko 2015-07-06 12:34:35 -07:00
parent df08c2cfab
commit e5f7c55c54
4 changed files with 116 additions and 38 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_PHYSICAL_ADDRESS_PUSH: return "PHYSICAL_ADDRESS_PUSH";
case VERB_PUSH_DIRECT_PATHS: return "PUSH_DIRECT_PATHS";
}
return "(unknown)";
}