|
xorp
|
Class to convert an IfMgrIPv4Atom object into a sequence of commands. More...
#include <ifmgr_cmd_queue.hh>
Public Member Functions | |
| IfMgrIPv4AtomToCommands (const string &ifn, const string &vifn, const IfMgrIPv4Atom &a) | |
| Constructor. | |
| void | convert (IfMgrCommandSinkBase &sink) const |
| Convert the entire contents of IfMgrIfTree object to a sequence of configuration commands. | |
Protected Attributes | |
| const string & | _ifn |
| const string & | _vifn |
| const IfMgrIPv4Atom & | _a |
Class to convert an IfMgrIPv4Atom object into a sequence of commands.
| IfMgrIPv4AtomToCommands::IfMgrIPv4AtomToCommands | ( | const string & | ifn, |
| const string & | vifn, | ||
| const IfMgrIPv4Atom & | a | ||
| ) | [inline] |
| void IfMgrIPv4AtomToCommands::convert | ( | IfMgrCommandSinkBase & | sink | ) | const |
Convert the entire contents of IfMgrIfTree object to a sequence of configuration commands.
| sink | output target for commands that would generate interface state. |