|
xorp
|
Class to set the prefix of an IPv4 address associated with a vif. More...
#include <ifconfig_transaction.hh>
Public Member Functions | |
| SetAddr4Prefix (IfConfig &ifconfig, const string &ifname, const string &vifname, const IPv4 &addr, uint32_t prefix_len) | |
| bool | dispatch () |
| Dispatch operation. | |
| string | str () const |
Static Public Attributes | |
| static const uint32_t | MAX_PREFIX_LEN = 32 |
Protected Attributes | |
| uint32_t | _prefix_len |
| bool SetAddr4Prefix::dispatch | ( | ) | [inline, virtual] |
| string SetAddr4Prefix::str | ( | ) | const [inline, virtual] |
Implements TransactionOperation.