Class: Pio::OpenFlow13::SetDestinationMacAddress

Inherits:
Pio::OpenFlow::Action show all
Defined in:
lib/pio/open_flow13/set_destination_mac_address.rb

Overview

Set a header field.

Instance Method Summary collapse

Methods inherited from Pio::OpenFlow::Action

action_header, method_missing, read, #to_binary

Constructor Details

#initialize(mac_address) ⇒ SetDestinationMacAddress

Returns a new instance of SetDestinationMacAddress.



20
21
22
# File 'lib/pio/open_flow13/set_destination_mac_address.rb', line 20

def initialize(mac_address)
  super mac_address: mac_address
end