network-interfaces.nix: interfaces that are part of a bridge must be brought 'up' for the bridge to function
This commit is contained in:
parent
e3c1865067
commit
7ce9893bef
@ -382,6 +382,7 @@ in
|
|||||||
|
|
||||||
${flip concatMapStrings v.interfaces (i: ''
|
${flip concatMapStrings v.interfaces (i: ''
|
||||||
brctl addif "${n}" "${i}"
|
brctl addif "${n}" "${i}"
|
||||||
|
ip link set "${i}" up
|
||||||
ip addr flush dev "${i}"
|
ip addr flush dev "${i}"
|
||||||
'')}
|
'')}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user