role_request/2 -> send_role_request/2

This commit is contained in:
Eishun Kondoh 2018-02-17 00:14:53 +09:00
parent c173d8a922
commit fa2c0c5bbc
2 changed files with 5 additions and 5 deletions

View file

@ -94,7 +94,7 @@ defmodule Tres.MessageHelper do
send_message(group_mod, datapath_id)
end
defp role_request(datapath_id, options) do
defp send_role_request(datapath_id, options) do
role_request =
Openflow.Role.Request.new(
role: options[:role] || :nochange,