Class: Pio::OpenFlow::NiciraResubmitTable

Inherits:
NiciraAction show all
Defined in:
lib/pio/open_flow/nicira_resubmit_table.rb

Overview

NXAST_RESUBMIT_TABLE action

Instance Method Summary collapse

Methods inherited from NiciraAction

nicira_action_header

Methods inherited from Action

action_header, method_missing, read, #to_binary

Constructor Details

#initialize(options) ⇒ NiciraResubmitTable

Returns a new instance of NiciraResubmitTable.



17
18
19
20
# File 'lib/pio/open_flow/nicira_resubmit_table.rb', line 17

def initialize(options)
  raise ':in_port option is a mandatory' unless options.key?(:in_port)
  super options
end