Class: Pio::OpenFlow13::CopyTtlInwards

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

Overview

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

Instance Method Summary collapse

Methods inherited from Pio::OpenFlow::Action

action_header, method_missing, read, #to_binary

Constructor Details

#initializeCopyTtlInwards

Returns a new instance of CopyTtlInwards.



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

def initialize
  super({})
end