When ZBTWE826 is booting, all of its ports are in the switch and in u-boot communication between each devices connected to the switch is allowed.
This behavior is undesirable in many scenarios. For example:
ISP provider -> ZBT - WAN port -> PC in one of LAN
ISP provider offers IP address over DHCP server. ZBT WAN Port is configured as DHCP client.
ZBT provides its own subnet with DHCP server
and PC is set to obtain IP from DHCP client.
The issue become, when ZBT goes into reboot.
PC lost its link (ethernet ports are for few seconds without "energy"), and Windows and many other Operating Systems forget own ethernet settings because of Link Down. They are immediately sending broadcast with DHCP request after link up. Because ZBT is not up yet and its ports are in the switch, the reply is returned from ISP router over ZBT to PC.
It is possible to rework u-boot for "Port Isolate?" Prohibit communication between swtich ports?