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:
David Guibert 2013-03-02 10:24:46 +01:00
parent 08c9a0ad5e
commit ed6e0262e0

View file

@ -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