Hi, The cache control for load balance can be done with: 1. scheduled flush (to remove old entries) /proc/sys/net/ipv4/route/gc_interval 2. Lifetime of each learned route /proc/sys/net/ipv4/route/gc_timeout If you want a aggressive load balance echo 1 > /proc/sys/net/ipv4/route/gc_interval echo 1 > /proc/sys/net/ipv4/route/gc_timeout But the ideal is not to change the gc_timeout. You certainly have problems with https. I tend to set gc_interval with 1 and a higher value for gc_timeout. 2013/11/4 Eliezer Croitoru <eliezer@xxxxxxxxxxxx>: > If it's not the right place please help out. > I have seen that there was a commit in the linux kernel that removes or > removes in a way the ipv4 route cache. > I Had couple questions to make sure I understood how it all chances from > with cache to without cache. > and also is there any level of routing cache that is still in place and > works?? > > Thanks, > Eliezer > -- > To unsubscribe from this list: send the line "unsubscribe netfilter" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html