Monday 12 December 2011

Disable ip route caching

Disable ip route caching

Hello,

I use Linux Debian as a router for a school project with Quagga/Zebra. I need to make loadbalancing between routes of the same costs.

It seems to work but the Linux route caching mecanism avoid load balancing to work properly. I can flush manualy the route cache with a while 1 bash script calling ip route flush cache but I'm looking for the good way to do that.

Is there any option, in the kernel configuration I hope, ?
If not what .c file is concerned, maybe I could try to disable route caching by deleting some code ?

Thanks in advance for your help,

No comments:

Post a Comment