Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.kernel > #66183
| From | Vincent Bernat <bernat@debian.org> |
|---|---|
| Newsgroups | linux.debian.bugs.dist, linux.debian.kernel |
| Subject | Bug#861115: Please consider increasing net.ipv6.route.max_size default value |
| Date | 2020-01-21 20:50 +0100 |
| Message-ID | <zr7Hb-2JJ-7@gated-at.bofh.it> (permalink) |
| References | <tzR3X-26a-9@gated-at.bofh.it> <zr7e9-2A1-1@gated-at.bofh.it> <tzR3X-26a-9@gated-at.bofh.it> <zr7e9-2A1-1@gated-at.bofh.it> |
| Organization | Debian |
Cross-posted to 2 groups.
[Multipart message — attachments visible in raw view] - view raw
❦ 21 janvier 2020 18:58 +00, Tim Bray <tim@provu.co.uk>:
> I also agree.
>
> I've just spent a month tracking down an issue where IPv6 networking
> connections hang. Using Debian buster, 4.19.0-6-amd64.
>
> Machine carries a full IPv6 table, received via BGP. About 80k routes.
>
> Symptoms were BFD dropping out. Connectivity hangs.
>
> setting net.ipv6.route.max_size to 2147483647 fixed all issues.
> (aware this might be too big)
>
> Later kernels (5.4.11) cause a dmesg when full.
This setting is for the size of the route cache. You can have far more
routes. In the past, there were bugs where each lookup will be put in
cache, but since 4.2, only the PMTU exceptions are stored in cache. See
<https://vincent.bernat.ch/en/blog/2017-ipv6-route-lookup-linux#caching>
Do you have a lot of entries in `ip -6 route show cache`?
--
Avoid multiple exits from loops.
- The Elements of Programming Style (Kernighan & Plauger)
Back to linux.debian.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Bug#861115: Please consider increasing net.ipv6.route.max_size default value Tim Bray <tim@provu.co.uk> - 2020-01-21 20:20 +0100
Bug#861115: Please consider increasing net.ipv6.route.max_size default value Vincent Bernat <bernat@debian.org> - 2020-01-21 20:50 +0100
Bug#861115: Please consider increasing net.ipv6.route.max_size default value Tim Bray <tim@provu.co.uk> - 2020-01-22 01:00 +0100
Bug#861115: Please consider increasing net.ipv6.route.max_size default value Vincent Bernat <bernat@debian.org> - 2020-01-22 07:00 +0100
Bug#861115: Please consider increasing net.ipv6.route.max_size default value Asbjørn Sloth Tønnesen <ast@fiberby.net> - 2020-02-27 15:50 +0100
csiph-web