fix(relay): update cached eBPF config when it changes (#8655)

This commit is contained in:
Thomas Eizinger
2025-04-04 05:45:11 +00:00
committed by GitHub
parent 32140b5c47
commit cd94dd8a2c

View File

@@ -231,6 +231,7 @@ impl Program {
return Ok(());
}
self.config = config;
self.config_array_mut()?.set(0, config, 0)?;
Ok(())