class Pio::OpenFlow10::SetDestinationMacAddress
An action to modify the destination Ethernet
address of a packet.
Public Class Methods
new(mac_address)
click to toggle source
Calls superclass method
Pio::OpenFlow::Action::new
# File lib/pio/open_flow10/set_destination_mac_address.rb, line 15 def initialize(mac_address) super mac_address: mac_address end