class DumpIterator


 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

Public Methods


Detailed Description

 DumpIterator (const PeerHandler* peer, const list <const PeerTableInfo<A>*>& peers_to_dump)

DumpIterator

 ~DumpIterator ()

~DumpIterator

string  str ()

str

[const]

void  route_dump (const InternalMessage<A> &rtmsg)

route_dump

const PeerHandler*  current_peer ()

current_peer

[const]

const PeerHandler*  peer_to_dump_to ()

peer_to_dump_to

[const]

bool  is_valid ()

is_valid

[const]

bool  route_iterator_is_valid ()

route_iterator_is_valid

[const]

bool  next_peer ()

next_peer

const typename BgpTrie<A>::iterator&  route_iterator ()

route_iterator

[const]

void  set_route_iterator (typename BgpTrie<A>::iterator& new_iter)

set_route_iterator

bool  route_change_is_valid (const PeerHandler* origin_peer, const IPNet<A>& net, uint32_t genid, RouteQueueOp op)

route_change_is_valid

void  peering_is_down (const PeerHandler *peer, uint32_t genid)

peering_is_down

A peer which is down but still deleting routes when this peer is brought up.

void  peering_went_down (const PeerHandler *peer, uint32_t genid)

peering_went_down

A peer which does down while dumping is taking place.

void  peering_down_complete (const PeerHandler *peer, uint32_t genid)

peering_down_complete

A peer that is down and has now completed deleting all its routes.

void  peering_came_up (const PeerHandler *peer, uint32_t genid)

peering_came_up

A peer that was down came up.

bool  waiting_for_deletion_completion ()

waiting_for_deletion_completion

[const]

Returns: true while peers we deleting routes.


Generated by: pavlin on possum.icir.org on Thu Jul 8 23:48:33 2004, using kdoc $.