A OpenFlow flow modification message.
More...
A OpenFlow flow modification message.
def ravel.flow.OfMessage.__init__ |
( |
|
self, |
|
|
|
command = None , |
|
|
|
priority = 1 , |
|
|
|
switch = None , |
|
|
|
match = None , |
|
|
|
actions = None |
|
) |
| |
- Parameters
-
command | an OpenFlow flow modification command |
priority | the flow priority |
switch | the switch to send the message |
match | a match for the flow |
actions | a list of ports to forward matching packets |
def ravel.flow.OfMessage.consume |
( |
|
self, |
|
|
|
consumer |
|
) |
| |
Consume the message.
- Parameters
-
The documentation for this class was generated from the following file: