IfConfigSetIoctl (IfConfig& ifc)
| IfConfigSetIoctl |
~IfConfigSetIoctl ()
| ~IfConfigSetIoctl |
[virtual]
int start (string& error_msg)
| start |
[virtual]
Start operation.
Parameters:
error_msg | the error message (if error). |
Returns: XORP_OK on success, otherwise XORP_ERROR.
Reimplemented from IfConfigSet.
int stop (string& error_msg)
| stop |
[virtual]
Stop operation.
Parameters:
error_msg | the error message (if error). |
Returns: XORP_OK on success, otherwise XORP_ERROR.
Reimplemented from IfConfigSet.
bool is_discard_emulated (const IfTreeInterface& i)
| is_discard_emulated |
[const virtual]
Determine if the interface's underlying provider implements discard semantics natively, or if they are emulated through other means.
Parameters:
i | the interface item to inspect. |
Returns: true if discard semantics are emulated.
Reimplemented from IfConfigSet.