Fix to accept transaction_id to all message structs
This commit is contained in:
parent
bb74f3d8c4
commit
4803c61061
29 changed files with 118 additions and 34 deletions
|
|
@ -15,6 +15,7 @@ defmodule Openflow.Experimenter do
|
|||
|
||||
def new(options) do
|
||||
%Experimenter{
|
||||
xid: options[:xid] || 0,
|
||||
exp_id: Keyword.get(options, :exp_id, 0),
|
||||
exp_type: Keyword.get(options, :exp_type, 0),
|
||||
data: Keyword.get(options, :data, "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue