Class: StripVlanAction

Inherits:
Action
  • Object
show all
Defined in:
lib/openflowdev/actions/strip_vlan_action.rb

Overview

Class used to define OpenFlow action to strip the VLAN header.

Instance Attribute Summary

Attributes inherited from Action

#order

Instance Method Summary collapse

Methods inherited from Action

#initialize

Constructor Details

This class inherits a constructor from Action

Instance Method Details

#to_hashObject

:nodoc:



33
34
35
# File 'lib/openflowdev/actions/strip_vlan_action.rb', line 33

def to_hash #:nodoc:
  {:order => @order, 'strip-vlan-action' => {}}
end