Sync preinstall/sbr-config to upstream v1.2.0 - #594
Open
WekaJosh wants to merge 1 commit into
Open
Conversation
Bug-fix release. Highlights: - Multi-IP interfaces no longer break --configure (duplicate route adds EEXIST'd and aborted the apply); persistence backends now emit one config per interface covering all its addresses. - Rollback is a true snapshot restore: SBR rules, routes, rt_tables, sysctl, and persistence files return to their backed-up state. - Sysctl persistence writes the complete required set, not the delta. - ifupdown persistence is idempotent across repeat runs. - Assorted smaller fixes (rule priority allocation, lock race, netplan apply timeout, relative log paths, strict-umask dirs). Full changelog: https://github.com/WekaJosh/SBR-Config (v1.1.0..v1.2.0) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Syncs
preinstall/sbr-config/to SBR-Config v1.2.0, a bug-fix release from a full-project review.Highlights
--configure. Interfaces with several IPv4 addresses previously planned duplicateip route addcommands; the second failed with EEXIST and aborted the whole apply. Persistence backends also mishandled these (networkd wrote one file per IP with the last overwriting the rest, netplan emitted invalid duplicate YAML keys, the NM dispatcher generated unreachable case branches). All backends now emit one config per interface covering every address.netplan applytimeout, relative log paths, strict-umask directory creation, missing/etc/iproute2auto-created.Mirror was verified to be an exact copy of upstream v1.1.0 before syncing, so no local changes were overwritten.
🤖 Generated with Claude Code