xorp
|
Command to mark virtual interface as broadcast capable. More...
#include <ifmgr_cmds.hh>
Public Member Functions | |
IfMgrVifSetBroadcastCapable (const string &ifname, const string &vifname, bool broadcast_capable) | |
bool | broadcast_capable () 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 | |
bool | _broadcast_capable |
Command to mark virtual interface as broadcast capable.
bool IfMgrVifSetBroadcastCapable::execute | ( | IfMgrIfTree & | tree | ) | const [virtual] |
Execute Command to interface tree.
Implements IfMgrCommandBase.
bool IfMgrVifSetBroadcastCapable::forward | ( | XrlSender & | sender, |
const string & | xrl_target, | ||
const IfMgrXrlSendCB & | xscb | ||
) | const [virtual] |