LibreQoE / LibreQoS

A Quality of Experience and Smart Queue Management system for ISPs. Leverage CAKE to improve network responsiveness, enforce bandwidth plans, and reduce bufferbloat.
https://libreqos.io/
GNU General Public License v2.0
464 stars 50 forks source link

Web UI config network interface name mismatch #313

Closed thebracket closed 1 month ago

thebracket commented 1 year ago

User selected enp33s0f0 etc: image

And wound up with a bridge with the wrong interface names:

[bridge]
use_xdp_bridge = true
interface_mapping = [
       { name = "enp49s0f1", redirect_to = "enp49s0f0", scan_vlans = false },
       { name = "enp49s0f0", redirect_to = "enp49s0f1", scan_vlans = false }
]
vlan_mapping = []
rchac commented 1 month ago

Complete with v1.5