|
Ravel Python API Reference
A Database-Defined Network Controller
|
A match object for an OpenFlow flow modification message. More...
Inherits object.
Public Member Functions | |
| def | __init__ |
A match object for an OpenFlow flow modification message.
| def ravel.flow.Match.__init__ | ( | self, | |
nw_src = None, |
|||
nw_dst = None, |
|||
dl_src = None, |
|||
dl_dst = None, |
|||
dl_type = None |
|||
| ) |
| nw_src | the source node's network address |
| nw_dst | the destination node's network address |
| dl_src | the source node's datalink address |
| dl_dst | the destination node's datalink address |
| dl_type | the datalink type |
1.8.6