Re:_ netif_userland_API

From: Eugene Grosbein <eugen_at_freebsd.org>
Date: Sat, 28 Oct 2023 17:05:10 UTC
28.10.2023 23:43, Roy Marples wrote:

> Using netlink rather than route on a modern FreeBSD kernel may allow you do do the same thing
> but install a kernel filter on the socket just to receive interface changes.
> 
> That should match your requirements.

This scales bad still. More new vlans under single parent we have, more system calls to list them,
longer wall clock time util listing completition and more burden for the system as a whole.

I'm talking about *efficient* API.

Eugene