Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

On the OpenSync gateway nodes, WiFi home AP interfaces are pre-added to the LAN bridge. When the WiFi home AP interfaces are configured, either when online or in the gateway offline mode, the WiFi clients which are connected to the home AP interfaces get their IP addresses via DHCP.

Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#EAE6FF

Read more about WiFi clients handling in the gateway offline mode here: https://opensync.atlassian.net/wiki/spaces/OCC/pages/39885111431/Cloudless+Router+Operation

In contrast, Ethernet ports are not pre-added to the LAN bridge. Controller adds an Ethernet port to the LAN bridge when an Ethernet client is detected on that port. 

Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#EAE6FF

The conditions used by the controller in this case are:

if_type == "eth" && has_L2 == true && has_l3 == false && loop != true 

...