class XrlRedist6V0p1Client


 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

Public Types

Public Methods

Protected Members


Detailed Description

 XrlRedist6V0p1Client (XrlSender* s)

XrlRedist6V0p1Client

 ~XrlRedist6V0p1Client ()

~XrlRedist6V0p1Client

[virtual]

typedef XorpCallback1<void, const XrlError&>::RefPtr AddRouteCB

AddRouteCB

bool  send_add_route ( const char* target_name, const IPv6Net& dst, const IPv6& nh, const string& ifname, const string& vifname, const uint32_t& metric, const uint32_t& ad, const string& cookie, const AddRouteCB& cb )

send_add_route

Send Xrl intended to:

Parameters:

tgt_nameXrl Target name
dstdestination network.
nhnexthop router address.
ifnameinterface name associated with nexthop.
vifnamevirtual interface name with nexthop.
metricorigin routing protocol metric for route.
adadministrative distance of origin routing protocol.
cookievalue set be requestor to identify redistribution source. Typical value is the originating protocol name.
typedef XorpCallback1<void, const XrlError&>::RefPtr DeleteRouteCB

DeleteRouteCB

bool  send_delete_route ( const char* target_name, const IPv6Net& network, const string& cookie, const DeleteRouteCB& cb )

send_delete_route

typedef XorpCallback1<void, const XrlError&>::RefPtr StartingRouteDumpCB

StartingRouteDumpCB

bool  send_starting_route_dump ( const char* target_name, const string& cookie, const StartingRouteDumpCB& cb )

send_starting_route_dump

Send Xrl intended to:

When route redistribution begins, the receiver is sent the existing list of routes. This message marks the beginning of the routes being sent.

Parameters:

tgt_nameXrl Target name
cookievalue set be requestor to identify redistribution source. Typical value is the originating protocol name.
typedef XorpCallback1<void, const XrlError&>::RefPtr FinishingRouteDumpCB

FinishingRouteDumpCB

bool  send_finishing_route_dump ( const char* target_name, const string& cookie, const FinishingRouteDumpCB& cb )

send_finishing_route_dump

Send Xrl intended to:

When route redistribution begins, the receiver is sent the existing list of routes. This message marks the end of the existing routes being sent.

Parameters:

tgt_nameXrl Target name
cookievalue set be requestor to identify redistribution source. Typical value is the originating protocol name.
XrlSender* _sender

_sender

[protected]


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