class XrlPolicyRedist6V0p1Client


 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

Public Types

Public Methods

Protected Members


Detailed Description

 XrlPolicyRedist6V0p1Client (XrlSender* s)

XrlPolicyRedist6V0p1Client

 ~XrlPolicyRedist6V0p1Client ()

~XrlPolicyRedist6V0p1Client

[virtual]

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

AddRoute6CB

bool  send_add_route6 ( const char* dst_xrl_target_name, const IPv6Net& network, const bool& unicast, const bool& multicast, const IPv6& nexthop, const uint32_t& metric, const XrlAtomList& policytags, const AddRoute6CB& cb )

send_add_route6

Send Xrl intended to:

Start route redistribution for an IPv6 route.

Parameters:

dst_xrl_target_namethe Xrl target name of the destination.
networkthe route to advertise.
unicastwhether the route is unicast.
multicastwhether the route is multicast.
nexthopthe nexthop of the route.
metricthe metric of the route.
policytagsthe set of policy-tags associated with the route.
typedef XorpCallback1<void, const XrlError&>::RefPtr DeleteRoute6CB

DeleteRoute6CB

bool  send_delete_route6 ( const char* dst_xrl_target_name, const IPv6Net& network, const bool& unicast, const bool& multicast, const DeleteRoute6CB& cb )

send_delete_route6

Send Xrl intended to:

Terminate route redistribution for an IPv6 route.

Parameters:

dst_xrl_target_namethe Xrl target name of the destination.
networkthe route for which advertisements should cease.
unicastwhether the route is unicast.
multicastwhether the route is multicast.
XrlSender* _sender

_sender

[protected]


Generated by: pavlin on kobe.xorp.net on Wed Jan 7 19:10:48 2009, using kdoc 2.0a54+XORP.