|
xorp
|
Class to set the broadcast address IPv4 address associated with a vif. More...
#include <ifconfig_transaction.hh>
Public Member Functions | |
| SetAddr4Broadcast (IfConfig &ifconfig, const string &ifname, const string &vifname, const IPv4 &addr, const IPv4 &bcast) | |
| bool | dispatch () |
| Dispatch operation. | |
| string | str () const |
Protected Attributes | |
| IPv4 | _bcast |
| bool SetAddr4Broadcast::dispatch | ( | ) | [inline, virtual] |
| string SetAddr4Broadcast::str | ( | ) | const [inline, virtual] |
Implements TransactionOperation.