class Adv

Storage for routing table entries indexed by advertising router. More...

 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

Public Methods


Detailed Description

Storage for routing table entries indexed by advertising router.

void  clear_area (OspfTypes::AreaID area)

clear_area

Clear all entries for this area.

void  add_entry (OspfTypes::AreaID area, uint32_t adv, const RouteEntry<A>& rt)

add_entry

Add an entry for this routing entry.

Parameters:

areato add entry.
advadvertising router.
rtassociated routing entry.
bool  lookup_entry (OspfTypes::AreaID area, uint32_t adv, RouteEntry<A>& rt)

lookup_entry

[const]

Lookup an entry by advertising router.

Parameters:

areato look in.
advrouter to look for.
rtrouting entry returned if entry is found.

Returns: true if entry is found


Generated by: pavlin on possum.icir.org on Wed Aug 2 15:36:38 2006, using kdoc $.