bring bridge interfaces up
The bridge is not becoming operational until it is brought into the UP state. When the bridge is statically configured, this is mandatory.
This commit is contained in:
@@ -402,6 +402,9 @@ in
|
||||
brctl addif "${n}" "${i}"
|
||||
ip link set "${i}" up
|
||||
ip addr flush dev "${i}"
|
||||
|
||||
echo "bringing up network device ${n}..."
|
||||
ip link set "${n}" up
|
||||
'')}
|
||||
|
||||
# !!! Should delete (brctl delif) any interfaces that
|
||||
|
||||
Reference in New Issue
Block a user