On Sat, Nov 6, 2021 at 1:23 PM Christoph Loesch <[email protected]> wrote: > ... > Oh, I didn't know that, thanks, that explains the limitation. > > Then I would suggest to note the limitation of 15 characters in the error > message on config import, if possible.
I _think_ that may be this define: $ grep -IR -E 'IFNAME|IF_NAME' /usr/include | grep -E 'LENGTH|SIZE' /usr/include/net/if.h:#define IF_NAMESIZE 16 /usr/include/net/if.h:# define IFNAMSIZ IF_NAMESIZE Jeff
