| XrlRedistTransaction6V0p1Client (XrlSender* s) | XrlRedistTransaction6V0p1Client | 
| ~XrlRedistTransaction6V0p1Client () | ~XrlRedistTransaction6V0p1Client | 
[virtual]
| typedef XorpCallback2<void, const XrlError&, const uint32_t*>::RefPtr StartTransactionCB | StartTransactionCB | 
| bool  send_start_transaction (
	const char*	target_name,
	const StartTransactionCB&	cb
    ) | send_start_transaction | 
Send Xrl intended to:
Start transaction.
Parameters:
| tgt_name | Xrl Target name | 
| typedef XorpCallback1<void, const XrlError&>::RefPtr CommitTransactionCB | CommitTransactionCB | 
| bool  send_commit_transaction (
	const char*	target_name,
	const uint32_t&	tid,
	const CommitTransactionCB&	cb
    ) | send_commit_transaction | 
Send Xrl intended to:
Commit transaction.
Parameters:
| tgt_name | Xrl Target name | 
| tid | the transaction ID of this transaction. | 
| typedef XorpCallback1<void, const XrlError&>::RefPtr AbortTransactionCB | AbortTransactionCB | 
| bool  send_abort_transaction (
	const char*	target_name,
	const uint32_t&	tid,
	const AbortTransactionCB&	cb
    ) | send_abort_transaction | 
Send Xrl intended to:
Abort transaction.
Parameters:
| tgt_name | Xrl Target name | 
| tid | the transaction ID of this transaction. | 
| typedef XorpCallback1<void, const XrlError&>::RefPtr AddRouteCB | AddRouteCB | 
| bool  send_add_route (
	const char*	target_name,
	const uint32_t&	tid,
	const IPv6Net&	dst,
	const IPv6&	nh,
	const string&	ifname,
	const string&	vifname,
	const uint32_t&	metric,
	const uint32_t&	ad,
	const string&	cookie,
	const string&	protocol_origin,
	const AddRouteCB&	cb
    ) | send_add_route | 
Send Xrl intended to:
Add/delete a routing entry.
Parameters:
| tgt_name | Xrl Target name | 
| tid | the transaction ID of this transaction. | 
| dst | destination network. | 
| nh | nexthop router address. | 
| ifname | interface name associated with nexthop. | 
| vifname | virtual interface name with nexthop. | 
| metric | origin routing protocol metric for route. | 
| ad | administrative distance of origin routing protocol. | 
| cookie | value set be requestor to identify redistribution source. Typical value is the originating protocol name. | 
| protocol_origin | the name of the protocol that originated this entry. | 
| typedef XorpCallback1<void, const XrlError&>::RefPtr DeleteRouteCB | DeleteRouteCB | 
| bool  send_delete_route (
	const char*	target_name,
	const uint32_t&	tid,
	const IPv6Net&	network,
	const string&	cookie,
	const DeleteRouteCB&	cb
    ) | send_delete_route | 
| XrlSender* _sender | _sender | 
[protected]