ROFL-pipeline  v0.6.0dev
Data Fields

OpenFlow-enabled switch abstraction (version-indepedent part). More...

#include <of_switch.h>

Data Fields

of_version_t of_ver
 
uint64_t dpid
 
char name [LOGICAL_SWITCH_MAX_LEN_NAME]
 
unsigned int max_ports
 
unsigned int num_of_ports
 
logical_switch_port_t logical_ports [LOGICAL_SWITCH_MAX_LOG_PORTS]
 
of_switch_platform_state_t * platform_state
 Platform agnostic state. More...
 

Detailed Description

OpenFlow-enabled switch abstraction (version-indepedent part).

Definition at line 55 of file of_switch.h.

Field Documentation

of_switch_platform_state_t* of_switch::platform_state

Platform agnostic state.

This is often used to store platform handles for hw switches or the struct datapacket processing buffers in the case of sw switches.

Definition at line 75 of file of_switch.h.


The documentation for this struct was generated from the following file: