Class: Pio::OpenFlow13::SetArpSenderHardwareAddress

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

Overview

Set ARP sender hardware address field

Instance Method Summary collapse

Methods inherited from Pio::OpenFlow::Action

action_header, method_missing, read, #to_binary

Constructor Details

#initialize(mac_address) ⇒ SetArpSenderHardwareAddress

Returns a new instance of SetArpSenderHardwareAddress.



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

def initialize(mac_address)
  super mac_address: mac_address
end