I have a Bridge interface ip 10.10.10.1/24
member ports:
wlan on 10.10.10.0/24 served by dhcp. for wifi clients
eth1 192.168.1.127 (static add) connects to internet gateway + webfig
This config is working but I am confused how the bridge itself can belong to a subnet. I thought bridge is just broadcast domain object.
Bridge address and member port address are on different subnets. It would make sense of the member ports were on different subnets.
Bridge in ROS has multiple personalities, this tutorial explains them pretty well.
If the tutorial doesn’t answer your question, then come back and rephrase the question.
To add: if address is set as “address” (not “network” or “broadcast”), then it’s address. The x.y.z.1/24 address is unicast address with subnet length (/24) specified. This kind of annotation is equivalent to address/broadcast pair. The WAN address (without subnet length set) might be unclear, in ROS dedaukt subnet length is /32. The only probable network address is the one mentioned with wlan (as it ends with .0).