On Thu, 19 Dec 2024 12:51:27 +0100 Enrique Llorente Pastora <ellorent(a)redhat.com> wrote:On Thu, Dec 19, 2024 at 1:19 AM Stefano Brivio <sbrivio(a)redhat.com> wrote:Sorry, MIN, of course, not MAX! -- StefanoI guess we could have it as a define (OPT_MAX_SIZE?), no need to have it in any struct. By the way, note that we have MAX() defined in util.h, so you don't need a condition and a separate statement, you can just do:I am going to create a new OPT_MAX_SIZE with the computation and also a new IPV6_MIN_MTU to be part of it and use that later on with MIN.