Class: Pio::OpenFlow13::SetIpTtl

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

Overview

Sets IP TTL

Instance Method Summary collapse

Methods inherited from Pio::OpenFlow::Action

action_header, method_missing, read, #to_binary

Constructor Details

#initialize(ttl) ⇒ SetIpTtl

Returns a new instance of SetIpTtl.



13
14
15
# File 'lib/pio/open_flow13/set_ip_ttl.rb', line 13

def initialize(ttl)
  super(ttl: ttl)
end