@@ -804,7 +804,81 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
804804
805805%changelog
806806
807- * Wed Sep 11 2024 Martin Winter <mwinter@opensourcerouting.org> - %{version}
807+ * Mon Dec 23 2024 Martin Winter <mwinter@opensourcerouting.org> - %{version}
808+
809+ * Mon Dec 23 2024 Donatas Abraitis <donatas@opensourcerouting.org> - 10.0.3
810+ - babeld
811+ - Do not remove route when replacing
812+ - Send the route's metric down to zebra.
813+ - bfdd
814+ - Add no variants to interval configurations
815+ - bgpd
816+ - Actually make ` --v6-with-v4-nexthops` it work
817+ - Add `bgp ipv6-auto-ra` command
818+ - Allow value 0 in aigp-metric setting
819+ - Clear all paths including addpath once GR expires
820+ - Compare aigp after local route check in bgp_path_info_cmp()
821+ - Do not filter no-export community for BGP OAD (one administration domain)
822+ - Do not reset peers on suppress-fib toggling
823+ - EVPN fix per rd specific type-2 json output
824+ - Fix addressing information of non established outgoing sessions
825+ - Fix bgp core with a possible Intf delete
826+ - Fix blank line in running-config with bmp listener cmd
827+ - Fix crash when polling bgp4v2PathAttrTable
828+ - Fix display of local label in show bgp
829+ - Fix `enforce-first-as` per peer-group removal
830+ - Fix for match source-protocol in route-map for redistribute cmd
831+ - Fix memory leak when creating BMP connection with a source interface
832+ - Fix memory leak when reconfiguring a route distinguisher
833+ - Fix printfrr_bp for non initialized peers
834+ - Fix route selection with AIGP
835+ - Fix several issues in sourcing AIGP attribute
836+ - Fix unconfigure asdot neighbor
837+ - Fix uninitialized labels
838+ - Fix use single whitespace when displaying flowspec entries
839+ - Fix version attribute is an int, not a string
840+ - Include structure when installing End.DT4/6 SID
841+ - Include structure when installing End.DT46 SID
842+ - Include structure when removing End.DT4/6 SID
843+ - Include structure when removing End.DT46 SID
844+ - Move some non BGP-specific route-map functions to lib
845+ - Remove useless control checks about TCP connection
846+ - Set LLGR stale routes for all the paths including addpath
847+ - Treat numbered community-list only if it's in a range 1-500
848+ - Validate both nexthop information (NEXTHOP and NLRI)
849+ - Validate only affected RPKI prefixes instead of a full RIB
850+ - isisd
851+ - Fix change flex-algorithm number from uint32 to uint8
852+ - Fix rcap tlv double-free crash
853+ - Fix wrong check for MT commands
854+ - lib
855+ - Attach stdout to child only if --log=stdout and stdout FD is a tty
856+ - Include SID structure in seg6local nexthop
857+ - Take ge/le into consideration when checking the prefix with the prefix-list
858+ - Keep `zebra on-rib-process script` in frr.conf
859+ - nhrpd
860+ - Fixes duplicate auth extension
861+ - Fix show nhrp shortcut json
862+ - ospfd
863+ - Add a hidden command for old `no router-id`
864+ - Fix heap corruption vulnerability when parsing SR-Algorithm TLV
865+ - Fix missing '[no]ip ospf graceful-restart hello-delay <N>' commands
866+ - Use router_id what Zebra has if we remove a static router_id
867+ - pimd
868+ - Allow resolving bsr via directly connected secondary address
869+ - Fix access-list memory leak in pimd
870+ - vrrpd
871+ - Iterate over all ancillary messages
872+ - zebra
873+ - Add missing new line for help string
874+ - Add missing proto translations
875+ - Correctly report metrics
876+ - Fix crash during reconnect
877+ - Fix heap-use-after free on ns shutdown
878+ - Fix snmp walk of zebra rib
879+ - Let's use memset instead of walking bytes and setting to 0
880+ - Separate zebra ZAPI server open and accept
881+ - Unlock node only after operation in zebra_free_rnh()
808882
809883* Wed Sep 11 2024 Donatas Abraitis <donatas@opensourcerouting.org> - 10.0.2
810884- bgpd
0 commit comments