Sha256: b19553a013acfc654f8ff565dbd18db488d321fbbf83769e20478acf4f9b524a

Contents?: true

Size: 359 Bytes

Versions: 1

Compression:

Stored size: 359 Bytes

Contents

# frozen_string_literal: true

require 'pio/open_flow/action'

module Pio
  module OpenFlow13
    # Copies TTL "inwards" -- from outermost to next-to-outermost
    class CopyTtlInwards < OpenFlow::Action
      action_header action_type: 12, action_length: 8
      string :padding, length: 4

      def initialize
        super({})
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pio-0.30.2 lib/pio/open_flow13/copy_ttl_inwards.rb