List of all members.
Constructor & Destructor Documentation
Member Function Documentation
| virtual bool IfConfigProperty::have_ipv4 |
( |
| ) |
const [inline, virtual] |
Return true if the underlying system supports IPv4.
- Returns:
- true if the underlying system supports IPv4, otherwise false.
| virtual bool IfConfigProperty::have_ipv6 |
( |
| ) |
const [inline, virtual] |
Return true if the underlying system supports IPv6.
- Returns:
- true if the underlying system supports IPv6, otherwise false.
| IfConfig& IfConfigProperty::ifconfig |
( |
| ) |
[inline] |
| virtual bool IfConfigProperty::is_running |
( |
| ) |
const [inline, virtual] |
Test whether this instance is running.
- Returns:
- true if the instance is running, otherwise false.
| int IfConfigProperty::start |
( |
string & |
error_msg | ) |
[virtual] |
Start operation.
- Parameters:
-
| error_msg | the error message (if error). |
- Returns:
- XORP_OK on success, otherwise XORP_ERROR.
| int IfConfigProperty::stop |
( |
string & |
error_msg | ) |
[virtual] |
Stop operation.
- Parameters:
-
| error_msg | the error message (if error). |
- Returns:
- XORP_OK on success, otherwise XORP_ERROR.
| virtual bool IfConfigProperty::test_have_ipv4 |
( |
| ) |
const [pure virtual] |
| virtual bool IfConfigProperty::test_have_ipv6 |
( |
| ) |
const [pure virtual] |
The documentation for this class was generated from the following files:
- /home/greearb/git/xorp.ct.github/xorp/fea/ifconfig_property.hh
- /home/greearb/git/xorp.ct.github/xorp/fea/ifconfig_property.cc