diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-12-01 10:02:21 +0200 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-12-01 10:02:21 +0200 |
| commit | 07d6b6d4b974ab744001b6fab0ed88ec571ec59a (patch) | |
| tree | ee760993e225d2e7a47b6d0acfcbecf04378883b | |
| parent | f21692509948809bae825148357ef256ff722f30 (diff) | |
FRR Release 9.0.2frr-9.0.2docker/9.0.2
bgpd
Fix aggregate-address summary-only suppressed export to EVPN
Allow using attribute number 255 for path attr discard/withdraw cmds
Check mandatory attributes more carefully for the UPDATE message
Do not suppress conditional advertisement updates if triggered
Fix Extended community memory leak
Fix the no set as-path prepend command
Fix heap-use-after-free for bgp_best_selection()
Fix crash in SNMP BGP4V2-MIB bgpv2PeerErrorsTable()
Fix clear bgp ipv6 unicast ... command
Flush attributes only if we don't have to announce a conditional route (avoid use-after-free)
Free memory for SRv6 functions and locator chunks
Handle MP_UNREACH_NLRI malformed packets with session reset
Ignore handling NLRIs if we received the MP_UNREACH_NLRI attribute
Initialise timebuf arrays to zeros for dampening reuse timer
Initialise buffer in bgp_notify_admin_message() before using it
LTTng add EVPN route trace events
Make sure dampening is enabled for the specified AFI/SAFI
Use proper AFI when dumping information for dampening stuff
Treat the AS4-PATH attribute as withdrawn if malformed
Treat PMSI tunnel attribute as withdrawn if malformed
Treat EOR as withdrawn to avoid unwanted handling of malformed attrs
eigrpd
Use the correct memory pool on interface deletion
mgmtd
Change mgmtd_vty_port to 2623
Fix crash on show mgmtd datastore-contents
ospf6d
Fix setting of the forwarding address in as-external LSAs
Set loopback interface cost to 0
ospfd
Fixing infinite loop when listing OSPF interfaces
pathd
Add no msd command
Add no pcep command
pbrd
Fix show pbr map detail json command
Free memory in pbr_map_delete()
pim6d
Fix valgrind issues
pimd
Fix missing pimreg interface
tools
Fix the frr-reload interface description command
Fix the frr-reload route-map description command
Make --quiet actually suppress output
vtysh
Fix entering configuration node in file-lock mode
Fix configure terminal argument descriptions
Fix working in file-lock mode
Fix show route map json output
zebra
Add encap type when building packet for FPM
Display ptmStatus order in interface JSON
Fix connected route deletion when multiple entry exists
Fix FPM multipath encap addition
Fix link update for veth interfaces
Fix zebra crash when replacing nhe during shutdown
Prevent null pointer dereference
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | redhat/frr.spec.in | 63 |
3 files changed, 69 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index a0819a1f22..08cf439884 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ([2.69]) -AC_INIT([frr], [9.0.1], [https://github.com/frrouting/frr/issues]) +AC_INIT([frr], [9.0.2], [https://github.com/frrouting/frr/issues]) PACKAGE_URL="https://frrouting.org/" AC_SUBST([PACKAGE_URL]) PACKAGE_FULLNAME="FRRouting" diff --git a/debian/changelog b/debian/changelog index 10d7fc71e9..b276f09b19 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +frr (9.0.2-0) unstable; urgency=medium + + * New upstream release FRR 9.0.2 + + -- Donatas Abraitis <donatas@opensourcerouting.org> Fri, 01 Dec 2023 02:00:00 -0600 + frr (9.0.1-0) unstable; urgency=medium * New upstream release FRR 9.0.1 diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index 05322a20ee..84ecc0f933 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -799,7 +799,68 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons %changelog -* Fri Sep 01 2023 Martin Winter <mwinter@opensourcerouting.org> - %{version} +* Fri Dec 01 2023 Martin Winter <mwinter@opensourcerouting.org> - %{version} + +* Fri Dec 01 2023 Donatas Abraitis <donatas@opensourcerouting.org> - 9.0.2 +- bgpd +- Fix aggregate-address summary-only suppressed export to EVPN +- Allow using attribute number 255 for path attr discard/withdraw cmds +- Check mandatory attributes more carefully for the UPDATE message +- Do not suppress conditional advertisement updates if triggered +- Fix Extended community memory leak +- Fix the no set as-path prepend command +- Fix heap-use-after-free for bgp_best_selection() +- Fix crash in SNMP BGP4V2-MIB bgpv2PeerErrorsTable() +- Fix clear bgp ipv6 unicast ... command +- Flush attributes only if we don't have to announce a conditional route (avoid use-after-free) +- Free memory for SRv6 functions and locator chunks +- Handle MP_UNREACH_NLRI malformed packets with session reset +- Ignore handling NLRIs if we received the MP_UNREACH_NLRI attribute +- Initialise timebuf arrays to zeros for dampening reuse timer +- Initialise buffer in bgp_notify_admin_message() before using it +- LTTng add EVPN route trace events +- Make sure dampening is enabled for the specified AFI/SAFI +- Use proper AFI when dumping information for dampening stuff +- Treat the AS4-PATH attribute as withdrawn if malformed +- Treat PMSI tunnel attribute as withdrawn if malformed +- Treat EOR as withdrawn to avoid unwanted handling of malformed attrs +- eigrpd +- Use the correct memory pool on interface deletion +- mgmtd +- Change mgmtd_vty_port to 2623 +- Fix crash on show mgmtd datastore-contents +- ospf6d +- Fix setting of the forwarding address in as-external LSAs +- Set loopback interface cost to 0 +- ospfd +- Fixing infinite loop when listing OSPF interfaces +- pathd +- Add no msd command +- Add no pcep command +- pbrd +- Fix show pbr map detail json command +- Free memory in pbr_map_delete() +- pim6d +- Fix valgrind issues +- pimd +- Fix missing pimreg interface +- tools +- Fix the frr-reload interface description command +- Fix the frr-reload route-map description command +- Make --quiet actually suppress output +- vtysh +- Fix entering configuration node in file-lock mode +- Fix configure terminal argument descriptions +- Fix working in file-lock mode +- Fix show route map json output +- zebra +- Add encap type when building packet for FPM +- Display ptmStatus order in interface JSON +- Fix connected route deletion when multiple entry exists +- Fix FPM multipath encap addition +- Fix link update for veth interfaces +- Fix zebra crash when replacing nhe during shutdown +- Prevent null pointer dereference * Fri Sep 01 2023 Jafar Al-Gharaibeh <jafar@atcorp.com> - 9.0.1 - bgpd |
