Commit 372ec219 authored by Nawasan Wisitsingkhon's avatar Nawasan Wisitsingkhon

add send msg_out to controller

parent 38b71075
......@@ -65,6 +65,7 @@ impl<OME: OfpMsgEvent> ControllerFrame<OME> for Controller<OME> {
packetin.payload,
vec![FlowAction::Oputput(PseudoPort::AllPorts)],
);
self.send_msg(packet_out, xid, stream);
}
}
}
......
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