MVRP for autoconfiguration of VLAN info

Hi!

I have a home network with a few vlans, and since I fleshed out a dynamic vlan setup, I am considering expanding the numbers of vlans significantly for my iot devices.

But the vlan setup is a tedious work. On the router side (mikrotik), I can script most of the things, but there's a lot of boring work downwards to setup trunk ports.

Enter MVRP : this protocol seems it could streamline that work

My mikrotik router supports it, but I haven't seen any sign that openwrt would support it.

Would it perhaps be possible to have that as a kernel module (through CONFIG_VLAN_8021Q_MVRP I guess) ?

Mikke
Using openwrt 24.01 on zyxel nwa 1100-NH and mikrotik L009 with user-manager radius server

I just explored a bit the possibility of creating a custom kernel for my zyxel APs and I had to run make kernel_menuconfig to find that option.

It seems MVRP support can't be exposed as a kernel module. I don't know how much place it would take but it would still be quite nice to have it.

I'm not familiar with the build system, but I statred with make menuconfig which exposed some kernel options. Would it maybe make it easier to expose a setting for MVRP at that level ?

Stop posting same over and over again.

Protocol instrumentation is same as everywhere ie "ip link"

same context != same question

meanwhile, I'm curious how to enable mvrp using "ip link".

It is on first page of ip-link manual page.