From: Sergey Matveev Date: Sun, 3 Sep 2023 15:03:57 +0000 (+0300) Subject: Доверие к документации Linux у разработчиков OpenBGPD X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=80a75728bdcc3d06468e6cc1bfbc5f38167e400b;p=stargrave-blog.git Доверие к документации Linux у разработчиков OpenBGPD commit 9abfa3f135f62515557c78cc182dcc3a683c125e Author: Claudio Jeker Date: 2023-08-30 10:46:34 +0200 Never ever trust the linux documentation, it is full of lies! While RTA_METRICS is everywhere documented as type `int` it is not. It seems to be an array of ints but who knows, there is no documentation, not even in the header files. ---