Class: Pio::OpenFlow13::SetArpSenderProtocolAddress

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

Overview

Set ARP sender protocol address field

Instance Method Summary collapse

Methods inherited from Pio::OpenFlow::Action

action_header, method_missing, read, #to_binary

Constructor Details

#initialize(ip_address) ⇒ SetArpSenderProtocolAddress

Returns a new instance of SetArpSenderProtocolAddress.



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

def initialize(ip_address)
  super ip_address: ip_address
end