Commit 3a1c73b2 authored by Nawasan Wisitsingkhon's avatar Nawasan Wisitsingkhon

remove int value from OfpMsg

parent 937468b3
pub enum OfpMsg {
Hello = 0,
FeaturesReq = 5,
PacketIn = 8,
FlowMod = 14,
NotFound = -1,
Hello,
FeaturesReq,
PacketIn,
FlowMod,
NotFound
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment