-
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.
- zebra: reuse netinet/if_ether.h to avoid redefinition of struct ethhdr - zebra: fix build without AF_MPLS - ospfd: get route-map name for default-information originate - ospfd: allow unnumbered and numbered addresses to co-exist better - ospfd: prevent from crashing when processing external lsa - bgpd: fix "storing the address of local variable" - bgpd: rpki was decrementing the node lock one time too many - bgpd: do not send Deconfig/Shutdown message when restarting - pimd: convert zlog_warn to debug Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
- Loading branch information
Showing
3 changed files
with
19 additions
and
2 deletions.
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,9 @@ | ||
frr (8.4.1-0) unstable; urgency=medium | ||
|
||
* New upstream release FRR 8.4.1 | ||
|
||
-- Jafar Al-Gharaibeh <[email protected]> Thu, 17 Nov 2022 10:00:00 +0500 | ||
|
||
frr (8.4-0) unstable; urgency=medium | ||
|
||
* New upstream release FRR 8.4 | ||
|
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 |
---|---|---|
|
@@ -793,7 +793,18 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons | |
|
||
%changelog | ||
|
||
* Tue Nov 01 2022 Martin Winter <[email protected]> - %{version} | ||
* Thu Nov 17 2022 Martin Winter <[email protected]> - %{version} | ||
|
||
* Thu Nov 17 2022 Jafar Al-Gharaibeh <[email protected]> - 8.4.1 | ||
- zebra: reuse netinet/if_ether.h to avoid redefinition of struct ethhdr | ||
- zebra: fix build without AF_MPLS | ||
- ospfd: get route-map name for default-information originate | ||
- ospfd: allow unnumbered and numbered addresses to co-exist better | ||
- ospfd: prevent from crashing when processing external lsa | ||
- bgpd: fix "storing the address of local variable" | ||
- bgpd: rpki was decrementing the node lock one time too many | ||
- bgpd: do not send Deconfig/Shutdown message when restarting | ||
- pimd: convert zlog_warn to debug | ||
|
||
* Tue Nov 01 2022 Jafar Al-Gharaibeh <[email protected]> - 8.4 | ||
- New BGP command (neighbor PEER soo) to configure SoO to prevent routing loops and suboptimal routing on dual-homed sites. | ||
|