-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Donatas Abraitis <[email protected]>
- Loading branch information
Showing
3 changed files
with
43 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
frr (8.3.1-0) unstable; urgency=medium | ||
|
||
* bgpd: Do not announce routes that are conditionally withdrawn (a gap between conditional advertisement interval) | ||
* bgpd: Fix crash for 'show bgp l2vpn evpn route rd' | ||
* bgpd: Do not overwrite the Link-Local address with another interface for the next-hop cache | ||
* bgpd: Call a hook when the as-path filter is replaced | ||
* bgpd: Fix memory leak when cleaning up MPLS labels | ||
* isisd: Fix memory leak when deleting adjacency | ||
* ldpd: Fix crash when hold time is configured to 65535 | ||
* ospfd: Fix crash when the router is running in GR helper mode and receives a new LSA | ||
* pimd: Fix memory leak for 'show ip pim interface' | ||
* pimd: Allow the same group/source route to be configured on more than one interface | ||
* vtysh: Handle CTRL+Z without exiting the VTY shell | ||
* vtysh: Ignore 'end' when parsing frr.conf (This causes BGP sessions to start only after 10 minutes) | ||
* zebra: Avoid buffer overflow when parsing nested route attributes for SR-IPv6 | ||
* zebra: Fix missing VNI transition, e.g.: 'show evpn vni detail' | ||
|
||
-- Donatas Abraitis <[email protected]> Tue, 30 Aug 2022 20:45:00 +0300 | ||
|
||
frr (8.3-0) unstable; urgency=medium | ||
|
||
* New upstream release FRR 8.3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -781,6 +781,29 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons | |
%changelog | ||
* Wed Jul 13 2022 Martin Winter <[email protected]> - %{version} | ||
|
||
* Tue Aug 30 2022 Donatas Abraitis <[email protected]> - 8.3.1 | ||
- bgpd | ||
- Do not announce routes that are conditionally withdrawn (a gap between conditional advertisement interval) | ||
- Fix crash for `show bgp l2vpn evpn route rd` | ||
- Do not overwrite the Link-Local address with another interface for the next-hop cache | ||
- Call a hook when the as-path filter is replaced | ||
- Fix memory leak when cleaning up MPLS labels | ||
- isisd | ||
- Fix memory leak when deleting adjacency | ||
- ldpd | ||
- Fix crash when hold time is configured to 65535 | ||
- ospfd | ||
- Fix crash when the router is running in GR helper mode and receives a new LSA | ||
- pimd | ||
- Fix memory leak for `show ip pim interface` | ||
- Allow the same group/source route to be configured on more than one interface | ||
- vtysh | ||
- Handle CTRL+Z without exiting the VTY shell | ||
- Ignore `end` when parsing frr.conf (This causes BGP sessions to start only after 10 minutes) | ||
- zebra | ||
- Avoid buffer overflow when parsing nested route attributes for SR-IPv6 | ||
- Fix missing VNI transition, e.g.: `show evpn vni detail` | ||
|
||
* Wed Jul 13 2022 Jafar Al-Gharaibeh <[email protected]> - 8.3 | ||
- General: | ||
- Add camelcase json keys in addition to pascalcase (Wrong JSON keys will be depracated) | ||
|