Debian configures the bridge via the Virt-manager graphical interface:
before 7, no problem!
8 Start, 32 seconds before, but can normal use, extremely uncomfortable!
and,/var/log/daemon.log:
Configuring network Interfaces ...set forward delay failed:numerical result out of range
waiting for Br0 to get ready (maxwait is seconds). Done .
8 Auto-formed configuration,/etc/network/interfaces:
source/etc/network/interfaces.d/*
Auto Loiface lo inet loopback
Auto Br0iface br0 inet static address 192.168.1.208 netmask 255.255.255.0 bridge_ports eth1 BRIDGE_STP on Gatewa Y 192.168.1.1bridge_maxwait 0 # bridge_fd 0.0
Repair and conclusion: added: (bridge_maxwait 0 )
Delete:(# bridge_fd 0.0)
start silently, log normal, configuring network Interfaces...done.
problem Solving !
if not removed: (bridge_fd 0.0)
Error message in log: (set forward delay failed:numerical resultout of range)
If not added: (bridge_maxwait 0 ), the boot has a 32-second delay,(waiting for Br0 to get ready (maxwait is seconds).)but log no Error record!
Debian 8 Bridge