Sha256: 4ecb6a27bfb2fdf4cf302ef8cbdbf37c8a02c4b10dc3ae8ba577ccd71eef9315

Contents?: true

Size: 286 Bytes

Versions: 1

Compression:

Stored size: 286 Bytes

Contents

require 'pio/open_flow/action'

module Pio
  module OpenFlow13
    # Decrements IP TTL
    class DecrementIpTtl < OpenFlow::Action
      action_header action_type: 24, 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/decrement_ip_ttl.rb