Bug#873087: ifupdown script does not reliably create vlan interfaces that are missing

2017-10-06 Thread Apollon Oikonomopoulos
Hi, On Thu, 24 Aug 2017 14:41:16 +0200 Florian Zumbiehl wrote: > This line in /lib/bridge-utils/bridge-utils.sh is problematic: > > | if ! grep -q "$port:" /proc/net/dev > > 1. If there exists an interface whose name is a suffix of the interface >that is to be added to the bridge, this line

Bug#873087: ifupdown script does not reliably create vlan interfaces that are missing

2017-08-24 Thread Florian Zumbiehl
Package: bridge-utils Version: 1.5-14 This line in /lib/bridge-utils/bridge-utils.sh is problematic: | if ! grep -q "$port:" /proc/net/dev 1. If there exists an interface whose name is a suffix of the interface that is to be added to the bridge, this line incorrectly detects it as already