class PopPBBHeaderAction

Class to represent OpenFlow action to Pop Provider Backbone Bridge (remove encapsulation)

Public Class Methods

new(order: 0) click to toggle source

Parameters

  • order

    integer : The order of the action relative to other actions in Instruction.

Calls superclass method Action.new
# File lib/openflowdev/actions/pop_pbb_header_action.rb, line 36
def initialize(order: 0)
  super(order: order)
end