Skip to content

Commit

Permalink
FRR Release 8.1
Browse files Browse the repository at this point in the history
FRR 8.1 brings a long list of enhancements and fixes with 1200 commits from
75 developers. Thanks to all contributers.

* New Features

- Lua hooks are now feature complete, with one hook available for use
  (http://docs.frrouting.org/en/latest/scripting.html)
- Improvements to SRv6 (Segment Routing over IPv6)
  (http://docs.frrouting.org/en/latest/zebra.html#segment-routing-ipv6)
- Improvements to Prefix-SID (Type 5)
- EVPN route type-5 gateway IP overlay Index
  (http://docs.frrouting.org/en/latest/bgp.html#evpn-overlay-index-gateway-ip)
- OSPFv3 NSSA and NSSA totally stub areas
  (http://docs.frrouting.org/en/latest/ospf6d.html#ospf6-area)
- OSPFv3 ASBR summarization
  (http://docs.frrouting.org/en/latest/ospf6d.html#asbr-summarisation-support-in-ospfv3)
- OSPFv3 Graceful Restart
  (http://docs.frrouting.org/en/latest/ospf6d.html#graceful-restart)
- OSPFv2 Graceful Restart (restarting mode added, helper was already implemented)
  (http://docs.frrouting.org/en/latest/ospfd.html#graceful-restart)

* FRRouting 2021 GSOC Project

  FRRouting's GSOC student implemented the infrastructure needed to add the
  ability to call out to user provided Lua scripts from within FRR. Keep an eye
  out for developments in this area.

  You can read about the work he did here:

  https://frrouting.github.io/frr-gsoc/year-2021/projects/lua-hook-points
  https://dlqs.dev/frr-gsoc-2021.html

  And its presentation at Netdev 0x15:
  https://www.youtube.com/watch?v=_8R1MYP7M48&t=1051s

  Thank you @dlqs!

* Behavior Changes

- Every node in running config now has an explicit "exit" tag
- Link bandwidth in BGP is now correctly encoded according to IEEE 754.
  To stay with old incorrect encoding use:
  `neighbor PEER disable-link-bw-encoding-ieee`

* Changelog

alpine
    Fix path for daemons file install

bgpd
    Add "json" option to "show bgp as-path-access-list"
    Add `disable-addpath-rx` knob
    Add an ability to set extcommunity to none in route-maps
    Add counter of displayed show bgp summary when filtering
    Add knob to config cond-adv scanner period
    Add route-map `match alias` command
    Add rpki source address configuration
    Add show bgp summary filter by neighbor or as
    Add terse display option on show bgp summary
    Allow for auto-completion of community alias's created
    Bgp knob to teardown session immediately when peer is unreachable
    Expand 'bgp default <afi>-<safi>' cmds
    Extend evpn next hop tracking to type-1 and type-4 routes
    Fix "no router bgp x vrf default"
    Flowspec redirect vrf uses vrf table instead of allocated table id
    Handle quick flaps of an evpn prefix properly
    Initial batch of evpn lttng tracepoints
    Limit processing to what is needed in rpki validation
    Modify vrf/view display in show bgp summary
    Set 4096 instead of 65535 as new max packet size for a new peer
    Set extended msg size only if we advertised and received capability
    Show bgp community alias in json community list output
    Show bgp prefixes by community alias
    Show max packet size per update-group
    Split soft reconfigure table task into several jobs to not block vtysh
    Store distance received from a redistribute statement
    Update route-type-1 legend to match output

isis
    Fix sending of lsp with null seqno

lib
    Add "json" option to "show ip[v6] access-list"
    Add "json" option to "show ip[v6] prefix-list"
    Add "json" option to "show route-map"
    Prevent grpc assert on missing yang node

nhrp
    Clear cache when shortcuts are cleared
    Fix corrupt address being shown for shortcuts with no cache entry
    Set prefix correctly in resolution request

ospf6
    Add debug commands for lsa all and route all
    Add warning log for late hello packets
    Add write-multiplier configuration
    Don't update router-id if at least one adjacency is full
    Extend the "redistribute" command with more options
    Fix issue when displaying the redistribute command
    Fix logging of border router routes
    Json output for database dump show command
    Link state id in lsa database json output
    Send lsa update immediately when ospf instance is deleted

ospfd
    Fix crash when creating vlink in unknown vrf
    Gr conformance fix for hello packet dr election
    Print extra lsa information in some log messages
    Rfc conformance test case 25.23 issue fix
    Show ip ospf route json does not shown metric and tag
    Summary lsa is not originated when process is reset

pathd
    Handle pcinitiated configuration, main thread
    Handle pcinitiated messages, thread controller
    Handle srp_id correctly
    If pce ret no-path to pcreq don't retry pcreq nor delegate

pbrd
    Add `match ip-protocol [tcp|udp]`
    Add ability to set/unset src and dest ports
    Nhg "add" edge case for last in table range
    Start inclusion of src and dst ports for pbrd

pimd
    Add tos/ttl check for igmp conformance
    Allow join prune intervals to be as small as 5 seconds
    Allow msdp group name 'default'
    Fix register suppress timer code
    Fix uaf/heap corruption in bsm code
    Fix command "no ip msdp mesh-group member"
    Igmp groups are not getting timeout
    Igmp memberships are not querier specific
    Igmp sockets need to be iface-bound too
    Prevent uninited usage of nexthop
    Support msdp global timers configuration

vtysh
    Add cli timestamp '-t' flag
    Add error code if daemon is not running
    Fix searching commands in parent nodes

yang
    Add msdp timer configuration
    Fix bgp multicast prefix type
    Mark a couple of prefix-list/access-list leafs as mandatory
    Move multicast prefix type definition
    Replace an empty pattern with a zero-length restriction
    Rework pim msdp mesh group
    Simplify msdp peer handling

zebra
    Add "json" option to "show interface"
    Various improvment to dataplane interface
    Add message counts for `show zebra client`
    Add nhg id to show ip route json
    Add show command for ra interface lists
    Fix ipv4 routes with ipv6 link local next hops install in fpm
    Handle bridge mac address update in evpn contexts
    Move individual lines to table in `show zebra client` command
    Refresh vxlan evpn contexts, when bridge interface goes up
    Update zl3vni when bridge link refreshed in other namespaces

* Contributers

Aaron Pereira <[email protected]>
Abhinay Ramesh <[email protected]>
Abhishek Naik <[email protected]>
Adriano Marto Reis <[email protected]>
Alexander Chernavin <[email protected]>
Alexander Skorichenko <[email protected]>
Ameya Dharkar <[email protected]>
Amol Lad <[email protected]>
anlan_cs <[email protected]>
Anuradha Karuppiah <[email protected]>
Basha Mougamadou <[email protected]>
batmancn <[email protected]>
Chirag Shah <[email protected]>
Christian Hopps <[email protected]>
Colin Sames <[email protected]>
David Lamparter <[email protected]>
Dmitrii Turlupov <[email protected]>
Donald Lee <[email protected]>
Donald Sharp <[email protected]>
Donatas Abraitis <[email protected]>
Don Slice <[email protected]>
Emanuele Di Pascale <[email protected]>
enigamict <[email protected]>
ewlumpkin <[email protected]>
GalaxyGorilla <[email protected]>
github login name <[email protected]>
gord_chen <[email protected]>
G. Paul Ziemba <[email protected]>
Guillaume Solignac <[email protected]>
Hiroki Shirokura <[email protected]>
Igor Ryzhov <[email protected]>
Jafar Al-Gharaibeh <[email protected]>
Javier Garcia <[email protected]>
John W. O'Brien <[email protected]>
Kantesh Mundaragi <[email protected]>
Karen Schoener <[email protected]>
Kaushik <[email protected]>
Kuldeep Kashyap <[email protected]>
Lars Seipel <[email protected]>
Lou Berger <[email protected]>
Louis Scalbert <[email protected]>
lynne <[email protected]>
Mark Stapp <[email protected]>
Martin Buck <[email protected]>
Martin Winter <[email protected]>
Mobashshera Rasool <[email protected]>
nguggarigoud <[email protected]>
Nikhil Kelapure <[email protected]>
Olivier Dugeon <[email protected]>
Ondřej Surý <[email protected]>
Pat Ruddy <[email protected]>
Pavel Ivashchenko <[email protected]>
Philippe Guibert <[email protected]>
Prerana GB <[email protected]>
Quentin Young <[email protected]>
Rafael Zalamena <[email protected]>
Renato Westphal <[email protected]>
Reuben Dowle <[email protected]>
rgirada <[email protected]>
Ryoga <[email protected]>
Sai Gomathi <[email protected]>
schylar <[email protected]>
Soman K.S <[email protected]>
Steffen Neubauer <[email protected]>
Stephen Worley <[email protected]>
Takemasa Imada <[email protected]>
Tomáš Szaniszlo <[email protected]>
Trey Aspelund <[email protected]>
vivek <[email protected]>
Wesley Coakley <[email protected]>
Xiao Liang <[email protected]>
Yaroslav Fedoriachenko <[email protected]>
Yash Ranjan <[email protected]>
Yuan Yuan <[email protected]>
zyxwvu Shi <[email protected]>

Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
  • Loading branch information
Jafaral committed Nov 8, 2021
1 parent 9b0b691 commit 1752bfd
Show file tree
Hide file tree
Showing 3 changed files with 437 additions and 7 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
##
AC_PREREQ([2.69])

AC_INIT([frr], [8.1-dev], [https://github.com/frrouting/frr/issues])
AC_INIT([frr], [8.1], [https://github.com/frrouting/frr/issues])
PACKAGE_URL="https://frrouting.org/"
AC_SUBST([PACKAGE_URL])
PACKAGE_FULLNAME="FRRouting"
Expand Down
12 changes: 9 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
frr (8.1~dev-1) UNRELEASED; urgency=medium
frr (8.1-0) UNRELEASED; urgency=medium

* New upstream release...
* New upstream release FRR 8.1

-- Ondřej Surý <[email protected]> Tue, 04 May 2021 22:52:47 +0200
-- Jafar Al-Gharaibeh <[email protected]> Tue, 02 Nov 2021 14:00:00 +0500

frr (8.0-0) unstable; urgency=medium

* New upstream release FRR 8.0

-- Martin Winter <[email protected]> Wed, 21 Jul 2021 13:42:00 +0200

frr (7.5.1-1) unstable; urgency=medium

Expand Down
Loading

0 comments on commit 1752bfd

Please sign in to comment.