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:
Herbert Wolverson
2023-01-13 18:18:46 +00:00
parent fecb27c6bc
commit c2ae327c48
5 changed files with 6 additions and 6 deletions

View File

@@ -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>";