Ronan Dalton
Ronan Dalton
@KanjiMonster Hey, thanks for reaching out :) > FWIW, we have implemented the VLANDB part at https://github.com/bisdn/meta-bisdn-linux/blob/main/recipes-support/libnl/libnl/0008-bridge-vlan-add-per-vlan-stp-state-object-and-cache.patch, but I havent submitted that yet due to the global options part not...
I've pushed a new version of the code which finishes implementing this module. This module should work as is for allowing the user to modify and query global VLAN options...
> How does cache update reporting work for those merged objects? Will the callback know what was merged, or will it need to do its own diff of the "old"...
Hmm yeah the caching issue is a tricky one. My initial idea with this PR was to implement the functionality without caching, and then add caching later, once it's figured...
@mcr Were you referring to this one? https://github.com/freebsd/freebsd-src/blob/main/sys/sys/queue.h The code doesn't look too similar.
@KanjiMonster I see. I'll see if I can come up with a revised interface for the module then. Hopefully most of my code is reusable.
No, unfortunately. It's unlikely I will be able to work more on this. If anyone wants to continue work on this however I would be happy to let that happen.