On Mon, 15 May 2023 10:50:46 +0200 Johannes Nixdorf <jnixdorf-oss@xxxxxx> wrote: > +static struct ctl_table br_sysctl_table[] = { > + { > + .procname = "bridge-fdb-max-entries-default", That name is too long. Also, all the rest of bridge code does not use sysctl's. Why is this special and why should the property be global and not per bridge? NAK