Re: [mpls-linux-general] Complinig modified Routing table
Status: Beta
Brought to you by:
jleu
From: Abhijit G. <gab...@ee...> - 2002-01-09 03:35:22
|
If you are making any changes to fib_frontend.c make sure you are doing right things, 'cos as u urself would have observed, FIB implementation in kernel is not straight forward, you will have to handle all the files fib_rules, fib_semantics, fib_hash (I might have forgotten a couple of flies.) Again I would like to ask is it really needed to add anything to routing table implementation? If you believe there is no other way go ahead with what u think needs to be implemented. I suggest to spend some time with the complete fib implementation (its not just fib_forntend). I started with writting abt fib_commentry some time back but didnt finish it. (whatever i understood) And the answer to the question you have asked is "YES". You will have to make the whole thing again. And boot into newly compiled kernel. -abhijit Kanwar Deep Singh wrote : >Hi all, > Suppose if I make some changes in the way in which >kernel stores routing table (adding one mored field in >existing routing table). by adding code in files which >are used to calculate & print routing table (eg. file >../net/ipv4/fib_frontend.c is used to fill up file >/proc/route which is read to print routing table by >#route -ee ) > No if I want to reflect the changes after i've made >changes to (lets say fib_frontend.c file) by giving >#route -ee command >do I need to "make" complete kernel again... (as >compiling of kernel takes a lot of time..)or is their >any easy way of compiling the file I've just changed. >we need to know this because in our project we need to >implement mpls ( through package linux-mpls)over the >modified routing table >thanks in advance, >Kanwar. > >__________________________________________________ >Do You Yahoo!? >Send FREE video emails in Yahoo! Mail! >http://promo.yahoo.com/videomail/ > >_______________________________________________ >mpls-linux-general mailing list >mpl...@li... >https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > -- How do u delete a letter in vi and paste it after the next one? "xp" -- |