mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
fix(relay): update cached eBPF config when it changes (#8655)
This commit is contained in:
@@ -231,6 +231,7 @@ impl Program {
|
||||
return Ok(());
|
||||
}
|
||||
|
||||
self.config = config;
|
||||
self.config_array_mut()?.set(0, config, 0)?;
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user