Commit 31fc02f0 authored by Nawasan Wisitsingkhon's avatar Nawasan Wisitsingkhon

flowmod: add flowAction marshal

parent b8e7e430
...@@ -128,6 +128,7 @@ impl MessageMarshal for FlowModEvent { ...@@ -128,6 +128,7 @@ impl MessageMarshal for FlowModEvent {
} }
_ => (), _ => (),
} }
act.marshal(bytes);
} }
} }
} }
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