My question is how to create a bridge tying two network segments together using the LuCI (not the uci or modifying /etc/config/*). This is openwrt 22.03.5 on an x86_64 VM. Both segments are "hardwired," not wireless APs or the like.
What I would like to do is create one continuous network across two or more physical PCs using openwrt router VMs on both sides of the connection. I am 100% certain there are better, faster ways to accomplish this (like using a cheap dump switch), but I am trying to better understand openwrt and bridging.
I've been able to create the bridge and attach the subinterfaces to it, assign addresses, etc.
But I had to go with the interface for the VLANs, which I had not been doing before. This seems to have addressed much of the problem, but not all.
Now, I can ping across the bridge, but ARP requests (I can see them in tcpdump on the router) seem to be getting ignored. The router does not send ARP replies.
[EDIT] The documentation for the VLAN configuration is still in the works, which is what I was asking about.
I just noticed I never closed this thread. One minor note is that this is x86_64, not x86.
All of my bridges, VLANs, and other features are working (now at 24.10.1). Thank you for your help (and patience!) as I learn the openwrt system. Now closed.