|
xorp
|
Command to set the baudrate of interface. More...
#include <ifmgr_cmds.hh>
Public Member Functions | |
| IfMgrIfSetBaudrate (const string &ifname, uint64_t baudrate) | |
| uint64_t | baudrate () const |
| bool | execute (IfMgrIfTree &tree) const |
| Execute Command to interface tree. | |
| bool | forward (XrlSender &sender, const string &xrl_target, const IfMgrXrlSendCB &xscb) const |
| Forward Command as an Xrl call to a remote target. | |
| string | str () const |
| Render command as string. | |
Protected Attributes | |
| uint64_t | _baudrate |
| bool IfMgrIfSetBaudrate::execute | ( | IfMgrIfTree & | tree | ) | const [virtual] |
Execute Command to interface tree.
Implements IfMgrCommandBase.
| bool IfMgrIfSetBaudrate::forward | ( | XrlSender & | sender, |
| const string & | xrl_target, | ||
| const IfMgrXrlSendCB & | xscb | ||
| ) | const [virtual] |