su 21. helmik. 2021 klo 1.34 Santiago Garcia Mantinan (ma...@debian.org) kirjoitti: > > iface br0 inet dhcp > > bridge_hw enp4s0MAC > > bridge_ports regex (en|wl).* > > post-up ifup /wl* > > iface br0 inet6 auto > > privext 2 > > > > iface enp3s0 inet manual > > iface enp4s0 inet manual > > these two iface enp* lines shouldn't be needed at all, the regex on bridge > ports should catch them and bridge-utils should configure the ports. > Like I said before I'd add the bridge_ports to the inet6 definition as well, > the full patch to fix this two definitions will need that info for > everything to run ok.
They are needed. Otherwise network-manager (pulled in by GNOME) will try to launch DHCP on them. Also, generally-speaking, ifupdown wants to see a line to match each interface, even those declared via regex in allow-hotplug. Speaking of regex, it would be a good idea if bridge-utils utilized the same regex syntax as ifupdown. > If you can add the attached patch and test everything it would be great. Patched. what exactly should I test for again? Martin-Éric