Class | Description |
---|---|
IfMgrCommandBase | Base class for Interface Manager Commands. |
IfMgrCommandDispatcher | Class to dispatch Interface Manager Commands. |
IfMgrCommandFifoQueue | FIFO Queue for command objects. |
IfMgrCommandIfClusteringQueue | Interface Command Clustering Queue. |
IfMgrCommandQueueBase | Base class for Command Queue classes. |
IfMgrCommandSinkBase | Base class for command sinks. |
IfMgrCommandTee | 2-way IfMgr Command Tee. |
IfMgrHintCommandBase | Base class for configuration events. |
IfMgrHintObserver | Base for classes that are interested in configuration event hint commands. |
IfMgrHintTreeComplete | Hint that configuration tree has been sent in it's entirety. |
IfMgrHintUpdatesMade | Hint that configuration tree has changed and tree should be examined. |
IfMgrIP | Class specialized to provide a way to find IfMgrIPv{4,6}Atom given IPv{4,6} type. |
IfMgrIPv4Add | Command to add an address to a virtual interface. |
IfMgrIPv4Atom | IPv4 configuration atom. |
IfMgrIPv4AtomToCommands | Class to convert an IfMgrIPv4Atom object into a sequence of commands. |
IfMgrIPv4CommandBase | Base class for interface IPv4 address data manipulation. |
IfMgrIPv4Remove | Command to remove an address to a virtual interface. |
IfMgrIPv4SetBroadcast | Command to set broadcast address associated with a virtual interface address. |
IfMgrIPv4SetEnabled | Command to set enabled flag of a virtual interface interface address. |
IfMgrIPv4SetEndpoint | Command to set endpoint address associated with a virtual interface address. |
IfMgrIPv4SetLoopback | Command to mark virtual interface address as a loopback address. |
IfMgrIPv4SetMulticastCapable | Command to mark virtual interface address as multicast capable. |
IfMgrIPv4SetPrefix | Command to set prefix of a virtual interface interface address. |
IfMgrIPv6Add | Command to add an address to a virtual interface. |
IfMgrIPv6Atom | IPv6 configuration atom. |
IfMgrIPv6AtomToCommands | Class to convert an IfMgrIPv6Atom object into a sequence of commands. |
IfMgrIPv6CommandBase | Base class for interface IPv6 address data manipulation. |
IfMgrIPv6Remove | Command to remove an address to a virtual interface. |
IfMgrIPv6SetEnabled | Command to set enabled flag of a virtual interface interface address. |
IfMgrIPv6SetEndpoint | Command to set endpoint address associated with a virtual interface address. |
IfMgrIPv6SetLoopback | Command to mark virtual interface address as a loopback address. |
IfMgrIPv6SetMulticastCapable | Command to mark virtual interface address as multicast capable. |
IfMgrIPv6SetPrefix | Command to set prefix of a virtual interface interface address. |
IfMgrIfAdd | Command to add an interface. |
IfMgrIfAtom | Interface configuration atom. |
IfMgrIfAtomToCommands | Class to convert an IfMgrIfAtom object into a sequence of commands. |
IfMgrIfCommandBase | Base class for interface state manipulator commands. |
IfMgrIfRemove | Command to remove an interface. |
IfMgrIfSetBaudrate | Command to set the baudrate of interface. |
IfMgrIfSetDiscard | Command to set discard condition on interface. |
IfMgrIfSetEnabled | Command to set enabled condition on interface. |
IfMgrIfSetMac | Command to set MAC address of interface. |
IfMgrIfSetManagement | Command to set management condition on interface. |
IfMgrIfSetMtu | Command to set MTU of interface. |
IfMgrIfSetNoCarrier | Command to set the no_carrier flag of interface. |
IfMgrIfSetPifIndex | Command to set physical interface index. |
IfMgrIfSetUnreachable | Command to set unreachable condition on interface. |
IfMgrIfTree | Interface configuration tree container. |
IfMgrIfTreeToCommands | Class to convert an IfMgrIfTree object into a sequence of commands. |
IfMgrManagedXrlReplicator | An IfMgrXrlReplicator managed by an IfMgrXrlReplicationManager. |
IfMgrNWayCommandTee | N-way IfMgr Command Tee. |
IfMgrVifAdd | Command to add a virtual interface to an interface. |
IfMgrVifAtom | Virtual Interface configuration atom. |
IfMgrVifAtomToCommands | Class to convert an IfMgrVifAtom object into a sequence of commands. |
IfMgrVifCommandBase | Base class for virtual interface state manipulation commands. |
IfMgrVifRemove | Command to remove a virtual interface to an interface. |
IfMgrVifSetBroadcastCapable | Command to mark virtual interface as broadcast capable. |
IfMgrVifSetEnabled | Command to set enabled condition on a virtual interface. |
IfMgrVifSetIsVlan | Command to mark virtual interface as VLAN vif. |
IfMgrVifSetLoopbackCapable | Command to mark virtual interface as loopback capable. |
IfMgrVifSetMulticastCapable | Command to mark virtual interface as multicast capable. |
IfMgrVifSetP2PCapable | Command to mark virtual interface as point-to-point capable. |
IfMgrVifSetPifIndex | Command to associate a physical interface id with a virtual interface. |
IfMgrVifSetPimRegister | Command to mark virtual interface as PIM Register vif. |
IfMgrVifSetVifIndex | Command to associate a virtual interface id with a virtual interface. |
IfMgrVifSetVlanId | Command to set the VLAN ID to a virtual interface. |
IfMgrXrlMirror | Maintainer of a local mirror of central IfMgr configuration state via Xrls sent by the IfMgr. |
IfMgrXrlMirrorRouterObserver | Base for classes that watch for Finder events from an IfMgrXrlMirrorRouter. |
IfMgrXrlReplicationManager | Class that builds and maintains replicator state for multiple remote targets. |
IfMgrXrlReplicator | Class that sends a configuration information to a remote mirror of IfMgr configuration state. |