Class: Pio::OpenFlow13::DecrementIpTtl

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

Overview

Decrements IP TTL

Instance Method Summary collapse

Methods inherited from Pio::OpenFlow::Action

action_header, method_missing, read, #to_binary

Constructor Details

#initializeDecrementIpTtl

Returns a new instance of DecrementIpTtl.



12
13
14
# File 'lib/pio/open_flow13/decrement_ip_ttl.rb', line 12

def initialize
  super({})
end