On 25.02.2026 10:23, Stefan Hanreich wrote: > Could this be done in patch 5/9 already, with changing the patches > afterwards accordingly?
Sure. I wanted to keep this separate in case someone has an issue with `phf` :) > On 2/3/26 5:02 PM, Gabriel Goller wrote: > > We need to retrieve the template content from pve-network (for the > > pvesdn cli), so we need to make these public. Use the `phf` crate to > > store them in a const map. > > > > Signed-off-by: Gabriel Goller <[email protected]> > > --- > > proxmox-frr/Cargo.toml | 1 + > > proxmox-frr/debian/control | 4 +++ > > proxmox-frr/src/ser/serializer.rs | 56 +++++++++---------------------- > > 3 files changed, 21 insertions(+), 40 deletions(-) Thanks for the review!
