Class: Pio::OpenFlow10::StripVlanHeader

Inherits:
Pio::OpenFlow::Action show all
Defined in:
lib/pio/open_flow10/strip_vlan_header.rb

Overview

An action to strip the 802.1q header.

Instance Method Summary collapse

Methods inherited from Pio::OpenFlow::Action

action_header, method_missing, read, #to_binary

Constructor Details

#initializeStripVlanHeader

Returns a new instance of StripVlanHeader.



13
14
15
# File 'lib/pio/open_flow10/strip_vlan_header.rb', line 13

def initialize
  super({})
end