class Pio::OpenFlow10::StripVlanHeader

An action to strip the 802.1q header.

Public Class Methods

new() click to toggle source
Calls superclass method Pio::OpenFlow::Action::new
# File lib/pio/open_flow10/strip_vlan_header.rb, line 13
def initialize
  super({})
end