class Pio::OpenFlow13::SetDestinationMacAddress

Set a header field.

Public Class Methods

new(mac_address) click to toggle source
Calls superclass method Pio::OpenFlow::Action::new
# File lib/pio/open_flow13/set_destination_mac_address.rb, line 20
def initialize(mac_address)
  super mac_address: mac_address
end