|
xorp
|
Class for setting the enabled state of an interface. More...
#include <ifconfig_transaction.hh>
Public Member Functions | |
| SetInterfaceEnabled (IfConfig &ifconfig, const string &ifname, bool enabled) | |
| bool | dispatch () |
| Dispatch operation. | |
| string | str () const |
Private Attributes | |
| bool | _enabled |
Class for setting the enabled state of an interface.
| bool SetInterfaceEnabled::dispatch | ( | ) | [inline, virtual] |
| string SetInterfaceEnabled::str | ( | ) | const [inline, virtual] |
Implements TransactionOperation.