00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #include "config.hh"
00020
00021 #ifdef QOLYESTER_ENABLE_VIRTUAL
00022
00023 # ifndef QOLYESTER_DAEMON_SYS_VIRTUAL_ROUTINGSOCKET_HXX
00024 # define QOLYESTER_DAEMON_SYS_VIRTUAL_ROUTINGSOCKET_HXX 1
00025
00026 namespace olsr {
00027
00028 namespace sys {
00029
00030 namespace internal {
00031
00032 void
00033 RoutingSocket::print_kernel_routes()
00034 {}
00035
00036 void
00037 RoutingSocket::remove_old_routes()
00038 {}
00039
00040 void
00041 RoutingSocket::add_local_route(const address_t&, unsigned,
00042 const sys::VirtualInterfaceInfo&)
00043 {}
00044
00045 void
00046 RoutingSocket::add_remote_route(const address_t&, unsigned,
00047 const address_t&)
00048 {}
00049
00050 void
00051 RoutingSocket::remove_local_route(const address_t&, unsigned,
00052 const sys::VirtualInterfaceInfo&)
00053 {}
00054
00055 void
00056 RoutingSocket::remove_remote_route(const address_t&, unsigned,
00057 const address_t&)
00058 {}
00059
00060 void RoutingSocket::add_addr(unsigned, const InterfaceAddress&)
00061 {}
00062
00063 void RoutingSocket::del_addr(unsigned, const InterfaceAddress&)
00064 {}
00065
00066 }
00067
00068 }
00069
00070 }
00071
00072 # endif // ! QOLYESTER_DAEMON_SYS_VIRTUAL_ROUTINGSOCKET_HXX
00073
00074 #endif // QOLYESTER_ENABLE_VIRTUAL