diff options
| author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2022-11-17 23:09:28 -0600 | 
|---|---|---|
| committer | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2022-11-17 23:31:08 -0600 | 
| commit | 70151e264bbb697a10fed711aa8c937d4f0009b1 (patch) | |
| tree | fdd11472ef9229db3dd1ac1e6b7935a0894d4624 /configure.ac | |
| parent | 6b72cc20086bf75fa492e3de79facf3cac6d6aba (diff) | |
FRR Release 8.4.1frr-8.4.1docker/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
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ae7968fb75..d77784d928 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@  ##  AC_PREREQ([2.69]) -AC_INIT([frr], [8.4], [https://github.com/frrouting/frr/issues]) +AC_INIT([frr], [8.4.1], [https://github.com/frrouting/frr/issues])  PACKAGE_URL="https://frrouting.org/"  AC_SUBST([PACKAGE_URL])  PACKAGE_FULLNAME="FRRouting"  | 
