Open
Conversation
If enabled, LibreQoS will create a pair of veth devices and attach them to bridges to the actual physical interfaces. Optionally, it applies endpoint speed limits via HTB and fq_codel to the physical devices.
Collaborator
Author
|
Updated to skip some preflight checks when sandwich mode is enabled. |
# Conflicts: # src/rust/lqos_config/src/etc/mod.rs # src/rust/lqos_config/src/etc/v15/bridge.rs # src/rust/lqos_config/src/etc/v15/top_config.rs # src/rust/lqos_config/src/lib.rs # src/rust/lqosd/src/main.rs
…the bridges and XDP bridge. The XDP bridge is required for this mode.
# Conflicts: # docs/v2.0/configuration.md # src/rust/lqos_config/src/etc/mod.rs # src/rust/lqos_config/src/etc/v15/top_config.rs # src/rust/lqos_config/src/lib.rs
# Conflicts: # src/rust/lqos_overrides/src/overrides_file.rs # src/rust/lqos_stormguard/src/adaptive_actions.rs # src/rust/lqos_sys/src/lqos_kernel.rs # src/rust/lqosd/src/treeguard/actor.rs # src/rust/lqosd/src/treeguard/decisions.rs # src/rust/lqosd/src/treeguard/status.rs
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.
Adds "sandwich" mode as an optional extra. When enabled:
vethpair, and binds LibreQoS to the pair.This:
fq_codelfor optimal packet pacing.Includes documentation updates.