List of all members.
Constructor & Destructor Documentation
Member Function Documentation
| IfConfig& IfConfigVlanGet::ifconfig |
( |
| ) |
[inline] |
| virtual bool IfConfigVlanGet::is_running |
( |
| ) |
const [inline, virtual] |
Test whether this instance is running.
- Returns:
- true if the instance is running, otherwise false.
| virtual int IfConfigVlanGet::pull_config |
( |
IfTree & |
iftree, |
|
|
bool & |
modified |
|
) |
| [pure virtual] |
Pull the VLAN network interface information from the underlying system.
The VLAN information is added to the existing state in the iftree.
- Parameters:
-
| iftree | the IfTree storage to store the pulled information. |
| modified | Will be false if it is guaranteed that nothing changed in iftree or any of it's objects. |
- Returns:
- XORP_OK on success, otherwise XORP_ERROR.
Implemented in IfConfigVlanGetLinux.
| virtual int IfConfigVlanGet::start |
( |
string & |
error_msg | ) |
[pure virtual] |
Start operation.
- Parameters:
-
| error_msg | the error message (if error). |
- Returns:
- XORP_OK on success, otherwise XORP_ERROR.
Implemented in IfConfigVlanGetLinux.
| virtual int IfConfigVlanGet::stop |
( |
string & |
error_msg | ) |
[pure virtual] |
Stop operation.
- Parameters:
-
| error_msg | the error message (if error). |
- Returns:
- XORP_OK on success, otherwise XORP_ERROR.
Implemented in IfConfigVlanGetLinux.
The documentation for this class was generated from the following file: