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

remove int value from OfpMsg

parent 937468b3
pub enum OfpMsg { pub enum OfpMsg {
Hello = 0, Hello,
FeaturesReq = 5, FeaturesReq,
PacketIn = 8, PacketIn,
FlowMod = 14, FlowMod,
NotFound = -1, 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