Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: FRRouting/frr

Tags

frr-10.5.0

Toggle frr-10.5.0's commit message
FRRouting Release 10.5.0

base_10.5

Toggle base_10.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #19671 from opensourcerouting/freebsd-20251006

zebra, pimd: FreeBSD fixes (metric, IP_RECVIF)

frr-10.1.4

Toggle frr-10.1.4's commit message

Verified

This tag was signed with the committer’s verified signature.
ton31337 Donatas Abraitis
FRRouting Release 10.1.4

frr-10.0.4

Toggle frr-10.0.4's commit message

Verified

This tag was signed with the committer’s verified signature.
ton31337 Donatas Abraitis
FRRouting Release 10.0.4

frr-10.4.1

Toggle frr-10.4.1's commit message
FRRouting Release 10.4.1

frr-10.3.2

Toggle frr-10.3.2's commit message
FRRouting Release 10.3.2

frr-10.2.4

Toggle frr-10.2.4's commit message
FRRouting Release 10.2.4

docker/10.0.4

Toggle docker/10.0.4's commit message

Verified

This commit was signed with the committer’s verified signature.
ton31337 Donatas Abraitis
FRR Release 10.0.4

bfdd
    Set bfd.localdiag when transitioning to admindown

bgpd
    Allow bfd to work if peer known but interface address not yet
    Correct no form commands
    Do not start bgp session if bgp identifier is not set
    Do not try to reuse freed route-maps
    Don't reuse nexthop variable in loop/switch
    Extract link bandwidth value from extcommunity before using for wcmp
    Fix `set evpn gateway-ip ipv[46]` route-map
    Fix a bug in peer_allowas_in_set()
    Fix bfd with update-source in peer-group
    Fix bgp orf prefix-list json prefix
    Fix crash in displaying json orf prefix-list
    Fix deref_of_null.ex.cond in bgp_updgrp_packet
    Fix for local interface mac cache issue in 'bgp mac hash' table
    Fix holdtime not working properly when busy
    Fix incorrect json in bgp_show_table_rd
    Fix route-distinguisher in vrf leak json cmd
    Fix show bgp vpn rd json
    Fix to show exist/non-exist-map in 'show run' properly
    Fix vty output of evpn route-target as4
    Fixed crash upon bgp network import-check command
    Force adj-rib-out updates if mrai is kicked in
    Release manual vpn label on instance deletion
    Reset bgp session only if it was a real bfd down event
    Retain the routes if we do a clear with n-bit set for graceful-restart
    Send non-transitive extended communities from/to oad peers
    Simplify bgp_input_modifier() function handling an actual route-map
    Update source address for bfd session
    Use igpmetric in bgp_aigp_metric_total()
    When bgp notices a change to shared_network inform bfd of it
    When removing the prefix list drop the pointer
    With suppress-fib-pending ensure withdrawal is sent

build
    Check for libunwind.h, not unwind.h

isisd
    Allow full `no` form for `domain-password` and `area-password`
    Correct edge insertion into ted
    Show correct level information for `show isis interface detail json`

lib
    Clean up nexthop hashing mess
    Crash handlers must be allowed on threads
    Fix `no on-match goto num` command
    Fix false context information for srv6 route
    Fix routemap crash
    Guard against padding garbage in zapi read

nhrpd
    Fix crash when accessing invalid memory zone

ospf6d
    Disable and delete ospfv3 areas that no longer have interfaces or configuration.

pbrd
    Initialize structs used in hash_lookup

redhat
    Add workaround for inet_ntop replacement which breaks rpms
    Make python shebang fix to work with redhat 10
    Rename rpmversion variable as it is now a reserved keyboard

revert "bgpd
    Handle addpath capability using dynamic capabilities"
    Release manual vpn label on instance deletion (backport #18121)"
    Send non-transitive extended communities from/to oad peers"

zebrad
    Do not flush an existing vni configuration trying to remove wrong vni
    Evpn svd hash avoid double free
    Guard against junk in nexthop->rmap_src
    Include resolving nexthops in nhg hash
    Prevent vrf table 254 being used by non-default vrf

Signed-off-by: Donatas Abraitis <[email protected]>

docker/10.4.1

Toggle docker/10.4.1's commit message
FRR Release 10.4.1

Bug Fixes:

* bgpd: initialize local variable (backport #19233)
* ospfd: Use after free cleanup of lsa (backport #19224)
* vtysh: copy config from file should actually apply (backport #19242)
* Revert PR #18358: BGP evpn testing and bug fixes related to non default EVPN backbone  (backport #19241)
* topotests: improve embedded RP test reliability (backport #19240)
* lib, zebra: mark singleton nexthops inactive/active on link state changes for wecmp (backport #18947)
* bgpd: LL next-hop capabilty fixes (backport #19261)
* eigrp: validate hello packets and tlvs better (backport #19251)
* bgpd: Fix compilation error in bgpd module: Update TP_ARGS for bgp (backport #19266)
* bgpd: Ensure addpath does not withdraw selected route in some situations (backport #19210)
* bgpd: [GR] fixed selectionDeferralTimer to display select_defer_time val by #19282
* bgpd: LL next-hop capabilty fixes (round 2) (backport #19277)
* lib: compute link-state zapi message size (backport #19290)
* zebra: Fix buffer overflows found by fuzzing. (backport #19303)

Signed-off-by: Jafar Al-Gharaibeh <[email protected]>