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

Add ability to only change FwdOp of certain VLANs with fix_vlan_tag.sh #110

Merged
merged 1 commit into from
Dec 25, 2022

Conversation

rajkosto
Copy link
Contributor

This retains the old functionality of the script if the /etc/config/fix_vlan file is empty.
To make sure that the file is empty, do echo -n "" > /etc/config/fix_vlan
In order to use the new, specific-VID functionality of the script, specify the VIDs as a space separated list in that file, like this:
echo "100 200" > /etc/config/fix_vlan
This makes the script useful for people where changing the FwdOp of all the entries breaks their internet, but only one or two is ok.

…h for people where changing all VLANs breaks the internet
@Anime4000 Anime4000 added the enhancement New feature or request label Dec 25, 2022
@Anime4000 Anime4000 merged commit 3c2302a into Anime4000:main Dec 25, 2022
@Anime4000
Copy link
Owner

Nice!, that need update a readme later on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants