Sha256: 01c22bb8c71cbbe108ca791b908e5f3b14534389c59feda1dff91125120be982

Contents?: true

Size: 328 Bytes

Versions: 1

Compression:

Stored size: 328 Bytes

Contents

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.1 lib/pio/open_flow13/copy_ttl_inwards.rb