mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Rename "use_kernel_bridge" in "/etc/lqos" to "use_xdp_bridge"
The previous wording was confusing, making people think that the configuration entry was referring to the Linux bridge - while it meant "use the XDP bridge that happens to run in kernel space". The new wording should be more obvious.
This commit is contained in:
@@ -477,7 +477,7 @@
|
||||
$("#StickVLANCore").val(python_config.stick_vlans[0]);
|
||||
$("#StickVLANInternet").val(python_config.stick_vlans[1]);
|
||||
if (lqosd_config.bridge != null) {
|
||||
$("#useKernelBridge").prop('checked', lqosd_config.bridge.use_kernel_bridge);
|
||||
$("#useKernelBridge").prop('checked', lqosd_config.bridge.use_xdp_bridge);
|
||||
|
||||
// Map Bifrost Interfaces
|
||||
let html = "<h4>Interface Mapping</h4>";
|
||||
|
||||
Reference in New Issue
Block a user