Sha256: 9e687c86e751d0a72744a58009c79959ad7481d9059fe409679fab78046d6511

Contents?: true

Size: 262 Bytes

Versions: 6

Compression:

Stored size: 262 Bytes

Contents

module Pio
  module OpenFlow
    # OFPT_* constants.
    module Type
      HELLO = 0
      ECHO_REQUEST = 2
      ECHO_REPLY = 3
      FEATURES_REQUEST = 5
      FEATURES_REPLY = 6
      PACKET_IN = 10
      PACKET_OUT = 13
      FLOW_MOD = 14
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pio-0.14.0 lib/pio/open_flow/type.rb
pio-0.13.0 lib/pio/open_flow/type.rb
pio-0.12.0 lib/pio/open_flow/type.rb
pio-0.11.2 lib/pio/open_flow/type.rb
pio-0.11.1 lib/pio/open_flow/type.rb
pio-0.11.0 lib/pio/open_flow/type.rb