Class: Trema::StripVlanHeader
- Defined in:
- ruby/trema/strip-vlan-header.rb
Overview
Strips the VLAN tag of a packet.
Instance Method Summary collapse
-
#initialize ⇒ StripVlanHeader
constructor
Creates an action that strips the VLAN tag of a packet.
Constructor Details
#initialize ⇒ StripVlanHeader
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 |