parent
dbb499a848
commit
62821d5bdf
|
@ -531,7 +531,7 @@ fn fetch(
|
||||||
.map(PeerConfigBuilder::from)
|
.map(PeerConfigBuilder::from)
|
||||||
.collect::<Vec<_>>();
|
.collect::<Vec<_>>();
|
||||||
|
|
||||||
if !updates.is_empty() {
|
if !updates.is_empty() || !interface_up {
|
||||||
DeviceUpdate::new()
|
DeviceUpdate::new()
|
||||||
.add_peers(&updates)
|
.add_peers(&updates)
|
||||||
.apply(interface, network.backend)
|
.apply(interface, network.backend)
|
||||||
|
|
Loading…
Reference in New Issue