Documentation in Packet, more work on path push, and clean up ancient legacy support code in Switch.
This commit is contained in:
parent
df08c2cfab
commit
e5f7c55c54
4 changed files with 116 additions and 38 deletions
|
@ -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)";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue