IfConfigSetDummy (IfConfig& ifc)
| IfConfigSetDummy |
~IfConfigSetDummy ()
| ~IfConfigSetDummy |
[virtual]
int start ()
| start |
[virtual]
Start operation.
Returns: XORP_OK on success, otherwise XORP_ERROR.
Reimplemented from IfConfigSet.
int stop ()
| stop |
[virtual]
Stop operation.
Returns: XORP_OK on success, otherwise XORP_ERROR.
Reimplemented from IfConfigSet.
bool push_config (const IfTree& config)
| push_config |
[virtual]
Push the network interface configuration into the underlying system.
Parameters:
config | the interface tree configuration to push. |
Returns: true on success, otherwise false.
Reimplemented from IfConfigSet.