Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix removing ports from br-lan #1084

Merged
merged 2 commits into from
Feb 21, 2024
Merged

Fix removing ports from br-lan #1084

merged 2 commits into from
Feb 21, 2024

Conversation

pony1k
Copy link
Contributor

@pony1k pony1k commented Feb 12, 2024

fix #1083

--! option name 'br-lan'
--! option type 'bridge'
local function find_brlan(uci)
local bridge_section = nil
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rename this variable to br_lan_section ;)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. I've also renamed find_brlan to find_br_lan, to be more consistent.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great

..and find_brlan to find_br_lan.
@G10h4ck G10h4ck merged commit ebf4b7b into libremesh:master Feb 21, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

lime-config never removes ports from bridge
2 participants