Refactored SecureChannel

This commit is contained in:
Eishun Kondoh 2017-11-26 18:30:52 +09:00
parent f2768496c8
commit d454d7124f
2 changed files with 97 additions and 74 deletions

View file

@ -60,6 +60,8 @@ defmodule LearningSwitch.Ofctl do
# private functions
defp init_datapath(datapath_id) do
SetConfig.new(miss_send_len: :no_buffer)
|> send_message(datapath_id)
init_flow_tables(datapath_id)
end