|
xorp
|
Class to set enable state of an IPv4 address associated with a vif. More...
#include <ifconfig_transaction.hh>
Public Member Functions | |
| SetAddr4Enabled (IfConfig &ifconfig, const string &ifname, const string &vifname, const IPv4 &addr, bool enabled) | |
| bool | dispatch () |
| Dispatch operation. | |
| string | str () const |
Protected Attributes | |
| bool | _enabled |
Class to set enable state of an IPv4 address associated with a vif.
| bool SetAddr4Enabled::dispatch | ( | ) | [inline, virtual] |
| string SetAddr4Enabled::str | ( | ) | const [inline, virtual] |
Implements TransactionOperation.