Add OFP_ERROR codes that related to NX_RESUME

This commit is contained in:
Eishun Kondoh 2018-08-29 09:39:09 +09:00
parent a3ec836e42
commit 2186642d58
5 changed files with 46 additions and 5 deletions

View file

@ -153,7 +153,7 @@ defmodule Tres.MessageHelper do
send_message(meter_mod, datapath_id, options[:blocking] || false)
end
defp send_resume(datapath_id, options) do
defp send_nx_resume(datapath_id, options) do
resume = Openflow.NxResume.new(options)
send_message(resume, datapath_id, options[:blocking] || false)
end