Sha256: 12ab958f609bc6443727e991aa06d3247554d602500805e01b46617cae500ba0
Contents?: true
Size: 330 Bytes
Versions: 1
Compression:
Stored size: 330 Bytes
Contents
require 'pio/open_flow/action' module Pio module OpenFlow13 # Copies TTL "outwards" -- from next-to-outermost to outermost class CopyTtlOutwards < OpenFlow::Action action_header action_type: 11, 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_outwards.rb |