Module: Pio::OpenFlow

Defined in:
lib/pio/open_flow.rb,
lib/pio/open_flow/flags.rb,
lib/pio/open_flow/actions.rb,
lib/pio/open_flow/message.rb,
lib/pio/open_flow/phy_port.rb,
lib/pio/open_flow/open_flow_header.rb

Overview

OpenFlow 1.0 format.

Defined Under Namespace

Modules: Flags Classes: Actions, Message, OpenFlowHeader, PhyPort

Constant Summary collapse

HELLO =

OFPT_* constants.

0
ECHO_REQUEST =
2
ECHO_REPLY =
3
FEATURES_REQUEST =
5
FEATURES_REPLY =
6
PACKET_IN =
10
PORT_STATUS =
12
PACKET_OUT =
13
FLOW_MOD =
14