summaryrefslogtreecommitdiffstats
path: root/bgpd/bgpd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: bmp loc-rib peer up/down for vrfsMaxence Younsi2024-10-111-0/+7
* bgpd: fix printfrr_bp for non initialized peersLouis Scalbert2024-10-021-0/+6
* Merge pull request #16838 from opensourcerouting/fix/refresh_pr_9079Russ White2024-09-241-37/+117
|\
| * bgpd: Delete EVPN VRF instace if it's not a hidden instance onlyDonatas Abraitis2024-09-231-1/+2
| * bgpd: do not allow override ASN unless hidden or auto-createdDon Slice2024-09-181-9/+23
| * bgpd: VRF-Lite fix default bgp deleteDon Slice2024-09-181-36/+101
* | Merge pull request #16859 from mjstapp/bgp_cancel_onceDonatas Abraitis2024-09-231-1/+0
|\ \
| * | bgpd: cancel events once in peer_free()Mark Stapp2024-09-181-1/+0
* | | Merge pull request #16816 from opensourcerouting/feature/bgp_dual_asDonald Sharp2024-09-181-8/+16
|\ \ \ | |_|/ |/| |
| * | bgpd: Implement BGP dual-as featureDonatas Abraitis2024-09-131-8/+16
| |/
* | Merge pull request #16720 from opensourcerouting/fix/default_originate_not_ne...Russ White2024-09-181-1/+9
|\ \ | |/ |/|
| * bgpd: Turn off default-originate timerDonatas Abraitis2024-09-031-1/+9
* | Merge pull request #16751 from opensourcerouting/fix/solo_peer-groupDonald Sharp2024-09-051-0/+1
|\ \
| * | bgpd: Allow using `solo` for peer-groupsDonatas Abraitis2024-09-051-0/+1
| |/
* / bgpd: Deal with SRv6 locator instead of chunkCarmine Scarpitta2024-09-051-5/+12
|/
* bgpd: Remove BGP_UPDATE_DELAY_MIN/MAXDonatas Abraitis2024-08-071-2/+2
* bgpd: Use bgp_session_reset_safe() for GR update all peersDonatas Abraitis2024-07-311-1/+1
* bgpd: Keep the last reset reason before we reset the peerDonatas Abraitis2024-07-251-62/+59
* bgpd: Set the last_reset if we change the password alsoDonatas Abraitis2024-07-251-0/+2
* bgpd: backpressure - Avoid use after freeRajasekar Raja2024-07-221-1/+1
* bgpd: changes for code maintainabilitysri-mohan12024-07-221-12/+15
* bgpd: backpressure - Improve debuggabilityRajasekar Raja2024-07-151-0/+7
* bgpd: backpressure - fix to properly remove dest for bgp under deletionRajasekar Raja2024-07-151-7/+13
* bgpd: Convert int to enum peer_asn_typeDonatas Abraitis2024-07-041-6/+6
* bgpd: Implement `neighbor X remote-as auto`Donatas Abraitis2024-07-041-11/+14
* bgpd: Streamline GR config, act on change immediatelyvivek2024-06-271-3/+1
* bgpd: Implement BGP-wide configuration for graceful restartvivek2024-06-271-1/+27
* Merge pull request #16242 from opensourcerouting/fix/shutdown_peer_last_resetRuss White2024-06-241-1/+13
|\
| * bgpd: Set last reset reason to admin shutdown if it was manuallyDonatas Abraitis2024-06-191-1/+13
* | Merge pull request #16059 from kacpekwasny/kkwasny/CLIC-139-4Donatas Abraitis2024-06-201-0/+3
|\ \ | |/ |/|
| * bgpd: fixed failing remove of vrf if there is a stale l3vniKacper Kwaƛny2024-05-271-0/+3
* | bgpd: Do not start BGP session if BFD profile is in shutdown stateDonatas Abraitis2024-06-121-0/+6
* | Merge pull request #15434 from louis-6wind/labels-hashRuss White2024-06-061-0/+1
|\ \
| * | bgpd: add bgp_labels hashLouis Scalbert2024-06-051-0/+1
* | | bgpd: Ignore auto created VRF BGP instancesDonatas Abraitis2024-06-041-1/+4
|/ /
* / bgpd: Adjust terminology related to DSCPDavid Ward2024-06-021-1/+1
|/
* bgpd: backpressure - Fix to avoid CPU hogRajasekar Raja2024-05-181-1/+3
* Merge pull request #15911 from opensourcerouting/feature/bgpd_dampening_per_n...Russ White2024-05-131-0/+13
|\
| * bgpd: peer / peer group dampening profilesDavid Schweizer2024-05-031-0/+13
* | bgpd: Move SRv6 cleanup functionsCarmine Scarpitta2024-05-091-12/+14
* | bgpd: Fix SRv6 memory leaks spotted by ASANCarmine Scarpitta2024-05-091-0/+9
* | Merge pull request #15883 from opensourcerouting/fix/bgpd_gr_fsmRuss White2024-05-071-3/+3
|\ \ | |/ |/|
| * bgpd: Apply NOOP when doing negative commands for GR operationsDonatas Abraitis2024-04-301-3/+3
* | Merge pull request #15669 from poojarathore30/listen-limit-loggingDonatas Abraitis2024-04-301-0/+5
|\ \ | |/ |/|
| * bgpd : Ensure logging for dynamic neighbor listen limit reachedrathorepo2024-04-291-0/+5
* | Merge pull request #15723 from opensourcerouting/feature/extended_link_bw_ref...Russ White2024-04-261-0/+1
|\ \
| * | bgpd: Add `neighbor ... extended-link-bandwidth` commandDonatas Abraitis2024-04-221-0/+1
* | | bgpd: Do not reset the session when toggling dynamic capabilityDonatas Abraitis2024-04-211-1/+1
* | | bgpd: Inherit `capability dynamic` flag from the peer-groupDonatas Abraitis2024-04-211-1/+1
* | | bgpd: Inherit `capability software-version` flag from the peer-groupDonatas Abraitis2024-04-211-1/+1