|
|
A base class that can be used by clients interested in observing changes in the Forwarding Information Base.
FibTableObserverBase ()
| FibTableObserverBase |
~FibTableObserverBase ()
| ~FibTableObserverBase |
[virtual]
void process_fib_changes (const list<Fte4>& fte_list)
| process_fib_changes |
[pure virtual]
Process a list of IPv4 FIB route changes.
The FIB route changes come from the underlying system.
Parameters:
fte_list | the list of Fte entries to add or delete. |
void process_fib_changes (const list<Fte6>& fte_list)
| process_fib_changes |
[pure virtual]
Process a list of IPv6 FIB route changes.
The FIB route changes come from the underlying system.
Parameters:
fte_list | the list of Fte entries to add or delete. |