Re: Kill rtalloc()

2014-09-01 Thread Martin Pieuchot
to determine if a cached route entry is still valid might not be enough. Plus some lookups are completely missing such check, see the recent cloning case. Now, before digging into cached route validity, I'd like to simplify the interface to do route lookups. In other words, I'd like to kill rtalloc

Kill rtalloc()

2014-08-21 Thread Martin Pieuchot
not be enough. Plus some lookups are completely missing such check, see the recent cloning case. Now, before digging into cached route validity, I'd like to simplify the interface to do route lookups. In other words, I'd like to kill rtalloc() and rtalloc_noclone(). The diff below is the part #1