Skip to content

Commit 62ac43d

Browse files
committed
FRR Release 8.4.2
Bug fixes: - bfdd: fix ipv4 socket source selection - bgpd : fix crash for `set ipv4/ipv6 vpn next-hop` command - bgpd: stop overriding nexthop when bgp unnumbered - bgpd: fix aggregated routes are withdrawn abnormally - bgpd: fix a few memory leaks - build: enable pim6d by default - build: fix sed regex in lua macro - doc : add freebsd 13 build docs - isisd: fix memory leak - lib: disable vrf before terminating interfaces - lib: do not log `echo ping` commands from watchfrr - ospf6d: fix infinite loop when adding asbr route - ospfd: fix rfc conformance test cases 25.19 and 27.6 - ospfd: fix typo and report the P2P link name in the warning - ospfd: report the router IP with opaque capability mismatch - ospfd: fixing memory leak - pimd: consistently ignore prefix list mask len - staticd: do not crash when modifying an existing static route with color - zebra: free all memory associated ctx->u.iptable.interface_name_list - zebra: fix tracepoint changes for lttng - zebra: free up route map name memory on vrf deletion event - zebra: use `mpls enable`, not `mpls` when generating a config - tools: Ignore agentx command for frr-reload.py Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
1 parent eae0855 commit 62ac43d

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
##
88
AC_PREREQ([2.69])
99

10-
AC_INIT([frr], [8.4.1], [https://github.com/frrouting/frr/issues])
10+
AC_INIT([frr], [8.4.2], [https://github.com/frrouting/frr/issues])
1111
PACKAGE_URL="https://frrouting.org/"
1212
AC_SUBST([PACKAGE_URL])
1313
PACKAGE_FULLNAME="FRRouting"

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
frr (8.4.2-0) unstable; urgency=medium
2+
3+
* New upstream release FRR 8.4.2
4+
5+
-- Jafar Al-Gharaibeh <jafar@atcorp.com> Mon, 09 Jan 2023 10:00:00 +0500
6+
17
frr (8.4.1-0) unstable; urgency=medium
28

39
* New upstream release FRR 8.4.1

redhat/frr.spec.in

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,32 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
793793

794794
%changelog
795795

796-
* Thu Nov 17 2022 Martin Winter <mwinter@opensourcerouting.org> - %{version}
796+
* Mon Jan 09 2023 Martin Winter <mwinter@opensourcerouting.org> - %{version}
797+
798+
* Mon Jan 09 2023 Jafar Al-Gharaibeh <jafar@atcorp.com> - 8.4.2
799+
- bfdd: fix ipv4 socket source selection
800+
- bgpd : fix crash for `set ipv4/ipv6 vpn next-hop` command
801+
- bgpd: stop overriding nexthop when bgp unnumbered
802+
- bgpd: fix aggregated routes are withdrawn abnormally
803+
- bgpd: fix a few memory leaks
804+
- build: enable pim6d by default
805+
- build: fix sed regex in lua macro
806+
- doc : add freebsd 13 build docs
807+
- isisd: fix memory leak
808+
- lib: disable vrf before terminating interfaces
809+
- lib: do not log `echo ping` commands from watchfrr
810+
- ospf6d: fix infinite loop when adding asbr route
811+
- ospfd: fix rfc conformance test cases 25.19 and 27.6
812+
- ospfd: fix typo and report the P2P link name in the warning
813+
- ospfd: report the router IP with opaque capability mismatch
814+
- ospfd: fix memory leak
815+
- pimd: consistently ignore prefix list mask len
816+
- staticd: do not crash when modifying an existing static route with color
817+
- zebra: free all memory associated ctx->u.iptable.interface_name_list
818+
- zebra: fix tracepoint changes for lttng
819+
- zebra: free up route map name memory on vrf deletion event
820+
- zebra: use `mpls enable`, not `mpls` when generating a config
821+
- tools: Ignore agentx command for frr-reload.py
797822

798823
* Thu Nov 17 2022 Jafar Al-Gharaibeh <jafar@atcorp.com> - 8.4.1
799824
- zebra: reuse netinet/if_ether.h to avoid redefinition of struct ethhdr

0 commit comments

Comments
 (0)