Class: Trema::StripVlanHeader

Inherits:
Action
  • Object
show all
Defined in:
ruby/trema/strip-vlan-header.rb

Overview

Strips the VLAN tag of a packet.

Instance Method Summary collapse

Constructor Details

#initializeStripVlanHeader

Creates an action that strips the VLAN tag of a packet.



30
31
32
# File 'ruby/trema/strip-vlan-header.rb', line 30

def initialize
  # Do nothing.
end