Ravel Python API Reference
A Database-Defined Network Controller
|
A message sender using ovs-ofctl to communicate with switches. More...
Public Member Functions | |
def | send |
Send the specified OpenFlow message. More... | |
Public Member Functions inherited from ravel.messaging.MessageSender | |
def | send |
Send the specified message. More... | |
A message sender using ovs-ofctl to communicate with switches.
def ravel.messaging.OvsSender.send | ( | self, | |
msg | |||
) |
Send the specified OpenFlow message.
msg | the message to send |