Refactored SecureChannel
This commit is contained in:
parent
f2768496c8
commit
d454d7124f
2 changed files with 97 additions and 74 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue