Hi I am developing a plugin and I want to add entries to and query the kernel routing table. I am thinking of doing this by using the routing table data structure that olsrd manages - routingtable and using the functions insert_routing_table and lookup_routing_table. Does this seem like the right way to go about this? Rae