[Babel-users] [PATCH] Ignore IPv6 routing cache on linux
Juliusz Chroboczek
jch at pps.univ-paris-diderot.fr
Wed Apr 24 14:45:27 UTC 2013
> + /* Ignore cached routes, advertised by some kernels (linux 3.x). */
> + if(rtm->rtm_flags & RTM_F_CLONED)
> + return 0;
> +
Grr. "We don't break userspace." Yeah, right.
Question -- why I am not seeing this issue?
Question -- is this serious enough to warrant another 1.3 branch
release? How many people are seeing this?
-- Juliusz (in a grumpy mood)
More information about the Babel-users
mailing list