#include <routing.hh>
Public Member Functions | |
void | print_kernel_routes () |
void | remove_old_routes () |
void | add_local_route (const net::LocalRoute &r) |
void | add_remote_route (const net::RemoteRoute &r) |
void | remove_local_route (const net::LocalRoute &r) |
void | remove_remote_route (const net::RemoteRoute &r) |
Private Attributes | |
internal::RoutingSocket | _rs |
void olsr::sys::RoutingActions::print_kernel_routes | ( | ) | [inline] |
References _rs, and olsr::sys::internal::RoutingSocket::print_kernel_routes().
Referenced by olsr::alg::flush_routes().
void olsr::sys::RoutingActions::remove_old_routes | ( | ) | [inline] |
References _rs, olsr::error, and olsr::sys::internal::RoutingSocket::remove_old_routes().
Referenced by olsr::alg::clean_routes().
void olsr::sys::RoutingActions::add_local_route | ( | const net::LocalRoute & | r | ) | [inline] |
void olsr::sys::RoutingActions::add_remote_route | ( | const net::RemoteRoute & | r | ) | [inline] |
void olsr::sys::RoutingActions::remove_local_route | ( | const net::LocalRoute & | r | ) | [inline] |
void olsr::sys::RoutingActions::remove_remote_route | ( | const net::RemoteRoute & | r | ) | [inline] |
Referenced by add_local_route(), add_remote_route(), print_kernel_routes(), remove_local_route(), remove_old_routes(), and remove_remote_route().