Ravel Python API Reference
A Database-Defined Network Controller
Public Member Functions | List of all members
ravel.flow.Match Class Reference

A match object for an OpenFlow flow modification message. More...

Inherits object.

Public Member Functions

def __init__
 

Detailed Description

A match object for an OpenFlow flow modification message.

Constructor & Destructor Documentation

def ravel.flow.Match.__init__ (   self,
  nw_src = None,
  nw_dst = None,
  dl_src = None,
  dl_dst = None,
  dl_type = None 
)
Parameters
nw_srcthe source node's network address
nw_dstthe destination node's network address
dl_srcthe source node's datalink address
dl_dstthe destination node's datalink address
dl_typethe datalink type

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