LoopbackManager is the process that manages loopback interfaces.
More...
LoopbackManager is the process that manages loopback interfaces.
◆ addLoopback()
bool LoopbackManager::addLoopback |
( |
int |
| ) |
|
Adds a loopback interface with the specified loopback interface number.
- Parameters
-
loopbackNumber,the | loopback interface number. |
- Returns
- bool, true if successful, otherwise false.
◆ getLoopback()
Returns the loopback interface at the specified loopback interface number.
- Parameters
-
loopbackNumber,the | loopback interface number of interest. |
- Returns
- RouterPort, the RouterPort object at the specified loopback interface number.
◆ getLoopbackAt()
Returns the loopback interface at the specified index.
- Parameters
-
index,the | index of the loopback interface of interest. |
- Returns
- RouterPort, the RouterPort object at the specified index.
◆ getLoopbackCount()
int LoopbackManager::getLoopbackCount |
( |
| ) |
|
Returns the number of loopback interfaces.
- Returns
- int, the number of loopback interfaces.
◆ removeLoopback()
bool LoopbackManager::removeLoopback |
( |
int |
| ) |
|
Removes the loopback interface with the specified loopback interface number.
- Parameters
-
loopbackNumber,the | loopback interface number of interest. |
- Returns
- bool, true if successful, otherwise false.
The documentation for this class was generated from the following file: