Sha256: 8698d34a706ac4698cd11a15eaf85d4b90532c84d926346f05dd47a0e69837f6
Contents?: true
Size: 412 Bytes
Versions: 1
Compression:
Stored size: 412 Bytes
Contents
require 'pio/open_flow/nicira_action' require 'pio/open_flow10/port16' module Pio # NXAST_RESUBMIT_TABLE action class NiciraResubmitTable < OpenFlow::NiciraAction nicira_action_header action_type: 0xffff, action_length: 16, subtype: 14 port16 :in_port uint8 :table, initial_value: 0xff string :padding, length: 3 hide :padding end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pio-0.30.0 | lib/pio/open_flow/nicira_resubmit_table.rb |