openflow/actions: nx_{pop|push}_mpls are deprecated in OpenFlow13
This commit is contained in:
parent
9f770fc995
commit
1ac5aa265e
7 changed files with 14 additions and 59 deletions
|
|
@ -7,7 +7,9 @@ defmodule Openflow.Action.NxSetTunnel64 do
|
|||
alias __MODULE__
|
||||
alias Openflow.Action.Experimenter
|
||||
|
||||
@spec new(tunnel_id :: 0..0xFFFFFFFFFFFFFFFF) :: %NxSetTunnel64{tunnel_id: 0..0xFFFFFFFFFFFFFFFF}
|
||||
@spec new(tunnel_id :: 0..0xFFFFFFFFFFFFFFFF) :: %NxSetTunnel64{
|
||||
tunnel_id: 0..0xFFFFFFFFFFFFFFFF
|
||||
}
|
||||
def new(tunnel_id) do
|
||||
%NxSetTunnel64{tunnel_id: tunnel_id}
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue