summaryrefslogtreecommitdiff
path: root/bgpd
AgeCommit message (Expand)Author
2020-10-28bgpd: Prevent ecomm memory leakDonald Sharp
2020-10-28bgpd: fix mem leak in router bgp import vrf checkChirag Shah
2020-10-28bgpd: Fix profiles compile issue when not using bfddDonald Sharp
2020-10-28bgpd: delay local routes until update-delay is overDon Slice
2020-10-28bgpd: Bgp static routes memory leakDonald Sharp
2020-10-28bgpd: fix information strings for vtyshEmanuele Bovisio
2020-10-28bgpd: fix crash in the MH cleanup handlingAnuradha Karuppiah
2020-10-28bgpd: print error when as-path filter doesn't existIgor Ryzhov
2020-10-13bgpd: fix show bgp neighbor routes for labeled-unicastTrey Aspelund
2020-10-13bgpd: Correctly calculate threshold being reachedDonald Sharp
2020-10-10bgpd: hide test commandsIgor Ryzhov
2020-10-07*: make failure to decode nht update an errorQuentin Young
2020-10-06bgpd: Remove dest variable from route_out_vty_flowspecDonald Sharp
2020-10-06bgpd: pbra is already derefed in all paths to this spotDonald Sharp
2020-10-06bgpd: Ensure we do integer size promotionsDonald Sharp
2020-10-06bgpd: Avoid memset when tip hash is emptyDonald Sharp
2020-10-06bgpd: remove extra hold-timer resetQuentin Young
2020-10-06bgpd: correct community-list replace logicDon Slice
2020-10-06bgpd, lib, pbrd, zebra: Pass by ifnameDonald Sharp
2020-09-28bgpd: allow derived router-id update if previously 0x0Don Slice
2020-09-28bgpd: Use bgp instance's default keepalive interval if < (holdtime/3)Trey Aspelund
2020-09-28bgpd: Allow bgp static routes to use /32'sDonald Sharp
2020-09-21bgp: remove duplicate command installsPat Ruddy
2020-09-21bgpd: sanity check when updating nexthop from bgp to zebraPhilippe Guibert
2020-09-21bgpd: evpn nexthop can be changed by defaultPhilippe Guibert
2020-09-19bgpd: Create separate udpate-group when using `maximum-prefix-out` commandDonatas Abraitis
2020-09-16bgpd: fix ecom leak handling l3vni updateQuentin Young
2020-09-08Merge pull request #7031 from dslicenc/global-bgp-update-delayDonatas Abraitis
2020-09-08bgpd: add global config for update-delayDon slice
2020-09-07bgpd: Add `neighbor <neigh> shutdown rtt` commandDonatas Abraitis
2020-09-07bgpd: Update RTT on KEEPALIVE messageDonatas Abraitis
2020-09-05Merge pull request #7040 from qlyoung/fix-evpn-attribute-hash-errorDonatas Abraitis
2020-09-05Merge pull request #7037 from volta-networks/fix_traps_bgpDonatas Abraitis
2020-09-05Merge pull request #7054 from qlyoung/fix-bgp-mplsvpn-nlri-missing-length-checksDonatas Abraitis
2020-09-04Merge pull request #7046 from qlyoung/fix-various-integer-issuesRenato Westphal
2020-09-04Merge pull request #7055 from qlyoung/fix-bgp-localpref-overflowRenato Westphal
2020-09-04Merge pull request #6589 from NaveenThanikachalam/gr_fixesDonatas Abraitis
2020-09-04Merge pull request #6826 from pjdruddy/bgp-auth-vrf-frrDonatas Abraitis
2020-09-03bgpd: use stream_rewind_getp() to remove overflowQuentin Young
2020-09-03bgpd: fix asserting read of localprefQuentin Young
2020-09-03bgpd: fix mplsvpn nlri garbage heap readQuentin Young
2020-09-02bgpd: make flag values explicitly unsignedQuentin Young
2020-09-02bgpd: modify attr fields before hash insertQuentin Young
2020-09-02bgpd: fix invocation of bgpTrapBackwardTransitionBabis Chalios
2020-09-01bgpd: do not clear password if peer is dynamicPat Ruddy
2020-09-01bgpd: associate listener with the appropriate bgp instancePat Ruddy
2020-08-31bgpd: do not unregister for prefix nexthop updates if nh existsPat Ruddy
2020-08-31bgpd: extend the NHT code to understand SR-TE colorsRenato Westphal
2020-08-31bgpd: Add support for SR-TE Policies in route-mapsSebastien Merle
2020-08-31bgpd: convert NHT code to use rb-trees instead of routing tablesRenato Westphal