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.

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

add_entry

Add an entry for this routing entry keyed on advertising router

Parameters:

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

replace_entry

Replace entry with new entry keyed on advertising router.

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 kobe.xorp.net on Wed Jan 7 19:11:07 2009, using kdoc 2.0a54+XORP.