Class: Pio::OpenFlow13::CopyTtlOutwards

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

Overview

Copies TTL “outwards” – from next-to-outermost to outermost

Instance Method Summary collapse

Methods inherited from Pio::OpenFlow::Action

action_header, method_missing, read, #to_binary

Constructor Details

#initializeCopyTtlOutwards

Returns a new instance of CopyTtlOutwards.



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

def initialize
  super({})
end