XrlFeaFibV0p1Client (XrlSender* s)
| XrlFeaFibV0p1Client |
~XrlFeaFibV0p1Client ()
| ~XrlFeaFibV0p1Client |
[virtual]
typedef XorpCallback1<void, const XrlError&>::RefPtr AddFibClient4CB | AddFibClient4CB |
bool send_add_fib_client4 (
const char* dst_xrl_target_name,
const string& client_target_name,
const bool& send_updates,
const bool& send_resolves,
const AddFibClient4CB& cb
)
| send_add_fib_client4 |
Send Xrl intended to:
Add a FIB client.
Parameters:
dst_xrl_target_name | the Xrl target name of the destination. |
client_target_name | the target name of the FIB client to add. |
send_updates | whether updates should be sent. |
send_resolves | whether resolution requests should be sent. |
typedef XorpCallback1<void, const XrlError&>::RefPtr AddFibClient6CB | AddFibClient6CB |
bool send_add_fib_client6 (
const char* dst_xrl_target_name,
const string& client_target_name,
const bool& send_updates,
const bool& send_resolves,
const AddFibClient6CB& cb
)
| send_add_fib_client6 |
typedef XorpCallback1<void, const XrlError&>::RefPtr DeleteFibClient4CB | DeleteFibClient4CB |
bool send_delete_fib_client4 (
const char* dst_xrl_target_name,
const string& client_target_name,
const DeleteFibClient4CB& cb
)
| send_delete_fib_client4 |
Send Xrl intended to:
Delete a FIB client.
Parameters:
dst_xrl_target_name | the Xrl target name of the destination. |
client_target_name | the target name of the FIB client to delete. |
typedef XorpCallback1<void, const XrlError&>::RefPtr DeleteFibClient6CB | DeleteFibClient6CB |
bool send_delete_fib_client6 (
const char* dst_xrl_target_name,
const string& client_target_name,
const DeleteFibClient6CB& cb
)
| send_delete_fib_client6 |
XrlSender* _sender | _sender |
[protected]