summaryrefslogtreecommitdiff
path: root/bgpd/bgp_main.c
AgeCommit message (Expand)Author
2025-01-28bgpd: Do not ignore auto generated VRF instances when deletingDonatas Abraitis
2024-12-09bgpd: backpressure - Optimize EVPN L3VNI remote routes processingRajasekar Raja
2024-12-09bgpd: backpressure - Optimize EVPN L2VNI remote routes processingRajasekar Raja
2024-10-02bgpd: Actually make ` --v6-with-v4-nexthops` it workDonatas Abraitis
2024-07-01*: Add and use option for graceful (re)startvivek
2024-07-01bgpd: Refine restarter operation - R-bit & F-bitvivek
2024-06-05bgpd: add bgp_labels hashLouis Scalbert
2024-05-10*: Modify agentx to be allowed to be calledDonald Sharp
2024-03-25bgpd: backpressure - Add a typesafe list for Zebra AnnouncementDonald Sharp
2024-01-27*: fix `frr_daemon_info` indentationDavid Lamparter
2024-01-18bgpd: show per vrf rpki configuration in show runPhilippe Guibert
2024-01-18bgpd: add a hook to inform a vrf is enabled/disabledPhilippe Guibert
2023-12-11bgpd: move l3nhg functions in separate bgp_nhg.[ch] filePhilippe Guibert
2023-08-03bgpd: Allow bgp to specify if it will allow v6 routing with v4 nexthopsDonald Sharp
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-09-05bgpd: add 'mpls bgp forwarding' to ease mpls vpn ebgp peeringPhilippe Guibert
2022-08-08bgpd: When specifying listen address for bgpd we shouldn't imply no fib flagDonatas Abraitis
2021-12-21*: rework renaming the default VRFIgor Ryzhov
2021-11-11*: Convert quagga_signal_X to frr_signal_XDonald Sharp
2021-08-25*: Drop `break` after using frr_help_exit() in switch/caseDonatas Abraitis
2021-08-03Revert "bgpd: register northbound callbacks to bootstrap"Igor Ryzhov
2021-08-03Revert "bgpd: register nb routing hook"Igor Ryzhov
2021-06-02bgpd: cli for SRv6 SID alloc to redirect to vrf (step4)Hiroki Shirokura
2021-05-11Merge pull request #8650 from idryzhov/bgp-fix-redistRuss White
2021-05-10bgpd: deregister bgp instance from zebra when vrf is deletedIgor Ryzhov
2021-05-07lib: remove old bfd libraryIgor Ryzhov
2021-05-05bgpd: Create BGP alias names for community/large-communityDonatas Abraitis
2021-03-30bgpd: North-bound implementation for bgp rmapsSarita Patra
2021-03-23bgpd: rework BFD integrationRafael Zalamena
2021-03-17*: require semicolon after FRR_DAEMON_INFO & co.David Lamparter
2021-01-19Merge pull request #7639 from qlyoung/frr-luaRuss White
2021-01-11bgpd: bgpd listening on multiple addressesAdriano Marto Reis
2020-12-01build: HAVE_LUA -> HAVE_SCRIPTINGQuentin Young
2020-12-01bgpd: update routemap scripting exampleQuentin Young
2020-11-24bgpd: L3NHG infrastructure for host routes in EVPNAnuradha Karuppiah
2020-10-21bgpd: fix crash in the MH cleanup handlingAnuradha Karuppiah
2020-10-03bgpd: register nb routing hookChirag Shah
2020-10-03bgpd: register northbound callbacks to bootstrapChirag Shah
2020-07-27bgpd: Comment out dead code for futureDonald Sharp
2020-07-14Revert "Rpki Encapsulation"revert-5015-rpki_vrf_encapsulationQuentin Young
2020-07-02bgpd: add hook for running-config per vrf rpki configPhilippe Guibert
2020-07-02bgpd: add a hook to inform a vrf is enabled/disabledPhilippe Guibert
2020-06-24bgpd: Have bgp ignore SIGHUP at the momentDonald Sharp
2020-06-05*: add filter northbound supportRafael Zalamena
2020-04-16*: include vrf northbound module in initChirag Shah
2020-04-04bgpd, zebra: don't compare unsigned < 0Quentin Young
2020-04-01bgpd: #if ENABLE_BGP_VNC -> #ifdef ENABLE_BGP_VNCQuentin Young
2020-02-10Merge pull request #5763 from ton31337/fix/return_without_parentRenato Westphal