https://bugs.kde.org/show_bug.cgi?id=516712
--- Comment #4 from Zesko <[email protected]> --- (In reply to Nate Graham from comment #3) > Can I do this without an ethernet connection? No, the bridge needs an actual ethernet interface (LAN) to work. It won't do anything without it. > How do I remove it after testing? Yes, run: ``` nmcli connection down bridge-br0 nmcli connection down bridge-slave-enp30s0 nmcli connection up <your LAN connection name> ``` This will take the bridge down and bring your original LAN connection back up. -- You are receiving this mail because: You are watching all bug changes.
