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 ?