Ravel Python API Reference
A Database-Defined Network Controller
|
A representation of an OpenFlow switch. More...
Inherits object.
Public Member Functions | |
def | __init__ |
A representation of an OpenFlow switch.
def ravel.flow.Switch.__init__ | ( | self, | |
name, | |||
ip, | |||
dpid | |||
) |
name | a Mininet-style name for the switch |
ip | the IP address of the switch, if it is remote |
dpid | the datapath ID of the switch |