XrlFib2mribNode (EventLoop& eventloop,
XrlRouter* xrl_router,
const string& fea_target,
const string& rib_target)
| XrlFib2mribNode |
~XrlFib2mribNode ()
| ~XrlFib2mribNode |
bool startup ()
| startup |
Startup the node operation.
Returns: true on success, false on failure.
Reimplemented from Fib2mribNode.
bool shutdown ()
| shutdown |
Shutdown the node operation.
Returns: true on success, false on failure.
Reimplemented from Fib2mribNode.
XrlCmdError common_0_1_get_target_name (
string& name)
| common_0_1_get_target_name |
[protected]
Get name of Xrl Target
Reimplemented from XrlFib2mribTargetBase.
XrlCmdError common_0_1_get_version (
string& version)
| common_0_1_get_version |
[protected]
Get version string from Xrl Target
Reimplemented from XrlFib2mribTargetBase.
XrlCmdError common_0_1_get_status (
uint32_t& status,
string& reason)
| common_0_1_get_status |
[protected]
Get status of Xrl Target
Reimplemented from XrlFib2mribTargetBase.
XrlCmdError common_0_1_shutdown ()
| common_0_1_shutdown |
[protected]
Request clean shutdown of Xrl Target
Reimplemented from XrlFib2mribTargetBase.
XrlCmdError fea_fib_client_0_1_add_route4 (
const IPv4Net& network,
const IPv4& nexthop,
const string& ifname,
const string& vifname,
const uint32_t& metric,
const uint32_t& admin_distance,
const string& protocol_origin,
const bool& xorp_route)
| fea_fib_client_0_1_add_route4 |
[protected]
Add a route.
Parameters:
network | the network address prefix of the route to add. |
nexthop | the address of the next-hop router toward the destination. |
ifname | the name of the physical interface toward the destination. |
vifname | the name of the virtual interface toward the destination. |
metric | the routing metric toward the destination. |
admin_distance | the administratively defined distance toward the destination. |
protocol_origin | the name of the protocol that originated this route. |
xorp_route | true if this route was installed by XORP. |
Reimplemented from XrlFib2mribTargetBase.
XrlCmdError fea_fib_client_0_1_add_route6 (
const IPv6Net& network,
const IPv6& nexthop,
const string& ifname,
const string& vifname,
const uint32_t& metric,
const uint32_t& admin_distance,
const string& protocol_origin,
const bool& xorp_route)
| fea_fib_client_0_1_add_route6 |
[protected]
Reimplemented from XrlFib2mribTargetBase.
XrlCmdError fea_fib_client_0_1_replace_route4 (
const IPv4Net& network,
const IPv4& nexthop,
const string& ifname,
const string& vifname,
const uint32_t& metric,
const uint32_t& admin_distance,
const string& protocol_origin,
const bool& xorp_route)
| fea_fib_client_0_1_replace_route4 |
[protected]
Replace a route.
Parameters:
network | the network address prefix of the route to replace. |
nexthop | the address of the next-hop router toward the destination. |
ifname | the name of the physical interface toward the destination. |
vifname | the name of the virtual interface toward the destination. |
metric | the routing metric toward the destination. |
admin_distance | the administratively defined distance toward the destination. |
protocol_origin | the name of the protocol that originated this route. |
xorp_route | true if this route was installed by XORP. |
Reimplemented from XrlFib2mribTargetBase.
XrlCmdError fea_fib_client_0_1_replace_route6 (
const IPv6Net& network,
const IPv6& nexthop,
const string& ifname,
const string& vifname,
const uint32_t& metric,
const uint32_t& admin_distance,
const string& protocol_origin,
const bool& xorp_route)
| fea_fib_client_0_1_replace_route6 |
[protected]
Reimplemented from XrlFib2mribTargetBase.
XrlCmdError fea_fib_client_0_1_delete_route4 (
const IPv4Net& network,
const string& ifname,
const string& vifname)
| fea_fib_client_0_1_delete_route4 |
[protected]
Delete a route.
Parameters:
network | the network address prefix of the route to delete. |
ifname | the name of the physical interface toward the destination. |
vifname | the name of the virtual interface toward the |
Reimplemented from XrlFib2mribTargetBase.
XrlCmdError fea_fib_client_0_1_delete_route6 (
const IPv6Net& network,
const string& ifname,
const string& vifname)
| fea_fib_client_0_1_delete_route6 |
[protected]
Reimplemented from XrlFib2mribTargetBase.
XrlCmdError fib2mrib_0_1_enable_fib2mrib (
const bool& enable)
| fib2mrib_0_1_enable_fib2mrib |
[protected]
Enable/disable/start/stop Fib2mrib.
Parameters:
enable | if true, then enable Fib2mrib, otherwise disable it. |
Reimplemented from XrlFib2mribTargetBase.
XrlCmdError fib2mrib_0_1_start_fib2mrib ()
| fib2mrib_0_1_start_fib2mrib |
[protected]
Reimplemented from XrlFib2mribTargetBase.
XrlCmdError fib2mrib_0_1_stop_fib2mrib ()
| fib2mrib_0_1_stop_fib2mrib |
[protected]
Reimplemented from XrlFib2mribTargetBase.
XrlCmdError fib2mrib_0_1_enable_log_trace_all (
const bool& enable)
| fib2mrib_0_1_enable_log_trace_all |
[protected]
Enable/disable the Fib2mrib trace log for all operations.
Parameters:
enable | if true, then enable the trace log, otherwise disable it. |
Reimplemented from XrlFib2mribTargetBase.