diff options
| author | Gabriel Goller <g.goller@proxmox.com> | 2025-07-16 15:08:16 +0200 |
|---|---|---|
| committer | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2025-07-17 00:10:49 +0200 |
| commit | 46e81ed3e416a2535cd003e02371fab0906e1e4d (patch) | |
| tree | c84c4def40d557c7b93e74b50b5fbca659a9d6bf /src/PVE/Network/SDN/Frr.pm | |
| parent | 4c4dadd5f236326f441fd3954fc13e77cab07988 (diff) | |
frr: bump frr config version to 10.3.1
With the package bumped to 10.3.1 we need to generate the
configuration with the matching version, otherwise frr-reload.py fails
to create a delta of the configuration because of the version
mismatch. Reloading still works, but there is an ugly warning in the
reload log, that might throw off users.
Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
Link: https://lore.proxmox.com/20250716130837.585796-56-g.goller@proxmox.com
Diffstat (limited to 'src/PVE/Network/SDN/Frr.pm')
| -rw-r--r-- | src/PVE/Network/SDN/Frr.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PVE/Network/SDN/Frr.pm b/src/PVE/Network/SDN/Frr.pm index 62a71e5..52fa456 100644 --- a/src/PVE/Network/SDN/Frr.pm +++ b/src/PVE/Network/SDN/Frr.pm @@ -211,7 +211,7 @@ sub raw_config_to_string { my $nodename = PVE::INotify::nodename(); my @final_config = ( - "frr version 8.5.2", + "frr version 10.3.1", "frr defaults datacenter", "hostname $nodename", "log syslog informational", |
