A consumable message for adding a new link.
More...
A consumable message for adding a new link.
| def ravel.network.AddLinkMessage.__init__ |
( |
|
self, |
|
|
|
node1, |
|
|
|
node2, |
|
|
|
ishost, |
|
|
|
isactive |
|
) |
| |
- Parameters
-
| node1 | node to link together |
| node2 | node to link together |
| ishost | false if both nodes are switches, true otherwise |
| isactive | if the link should also be marked as active |
| def ravel.network.AddLinkMessage.consume |
( |
|
self, |
|
|
|
provider |
|
) |
| |
Consume the message.
- Parameters
-
The documentation for this class was generated from the following file: