Where configuation of bridge is saved?

In common configuration of interfaces there is interface br-lan, containing LAN and WLAN ports. Configuration could be viewed and edited using brctl command. But where is it saved in memory of router? I can't find br-lan in /etc/config/*

1 Like

OpenWrt adds the br- prefix to lan in /etc/config/network when creating the bridge.

3 Likes

This is further explained in: https://openwrt.org/docs/guide-user/network/network_interface_alias

...in the first few sentence. Hope this helps.

2 Likes

https://openwrt.org/docs/guide-user/network/network_configuration?s=bridge#section_device

1 Like

Thanks to all, but where information about WLAN, member of bridge is saved? OK, got it, in wireless config network 'lan' of interface is specified.

1 Like

Network option(s) in /etc/config/wireless. When the VAP comes up, it gets associated with / added to that interface.

2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.