Skip to content

Fix VLAN (802.1Q) config lost after driver restart or reboot#643

Open
jaykumar2001 wants to merge 1 commit into
bb-qq:masterfrom
jaykumar2001:fix/vlan-persistence
Open

Fix VLAN (802.1Q) config lost after driver restart or reboot#643
jaykumar2001 wants to merge 1 commit into
bb-qq:masterfrom
jaykumar2001:fix/vlan-persistence

Conversation

@jaykumar2001

Copy link
Copy Markdown

VLAN sub-interfaces (e.g. eth2.50) were not saved or restored during stop/start cycles, causing static IP configuration on VLAN interfaces to be lost. Add save_vlan_interfaces and restore_vlan_interfaces to persist VLAN configs to the package's etc/ directory and recreate the sub-interfaces on startup.

Fixes: #642

Tested on 2 of Synology Diskstation , works fine.

VLAN sub-interfaces (e.g. eth2.50) were not saved or restored during
stop/start cycles, causing static IP configuration on VLAN interfaces
to be lost. Add save_vlan_interfaces and restore_vlan_interfaces to
persist VLAN configs to the package's etc/ directory and recreate the
sub-interfaces on startup.

Fixes: bb-qq#642

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

Unable to Configure Static IP if using "Enable VLAN (802.1Q)", lose config after reboot

2 participants