summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* bgpd: add 'mpls bgp forwarding' to ease mpls vpn ebgp peeringPhilippe Guibert2022-09-051-0/+2
* bgpd: When specifying listen address for bgpd we shouldn't imply no fib flagDonatas Abraitis2022-08-081-2/+1
* *: rework renaming the default VRFIgor Ryzhov2021-12-211-15/+1
* *: Convert quagga_signal_X to frr_signal_XDonald Sharp2021-11-111-1/+1
* *: Drop `break` after using frr_help_exit() in switch/caseDonatas Abraitis2021-08-251-1/+0
* Revert "bgpd: register northbound callbacks to bootstrap"Igor Ryzhov2021-08-031-4/+0
* Revert "bgpd: register nb routing hook"Igor Ryzhov2021-08-031-4/+0
* bgpd: cli for SRv6 SID alloc to redirect to vrf (step4)Hiroki Shirokura2021-06-021-0/+2
* Merge pull request #8650 from idryzhov/bgp-fix-redistRuss White2021-05-111-9/+1
|\
| * bgpd: deregister bgp instance from zebra when vrf is deletedIgor Ryzhov2021-05-101-9/+1
* | lib: remove old bfd libraryIgor Ryzhov2021-05-071-2/+0
|/
* bgpd: Create BGP alias names for community/large-communityDonatas Abraitis2021-05-051-0/+4
* bgpd: North-bound implementation for bgp rmapsSarita Patra2021-03-301-0/+2
* bgpd: rework BFD integrationRafael Zalamena2021-03-231-0/+3
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-171-1/+2
* Merge pull request #7639 from qlyoung/frr-luaRuss White2021-01-191-0/+5
|\
| * build: HAVE_LUA -> HAVE_SCRIPTINGQuentin Young2020-12-021-0/+2
| * bgpd: update routemap scripting exampleQuentin Young2020-12-021-0/+3
* | bgpd: bgpd listening on multiple addressesAdriano Marto Reis2021-01-111-6/+18
|/
* bgpd: L3NHG infrastructure for host routes in EVPNAnuradha Karuppiah2020-11-241-0/+2
* bgpd: fix crash in the MH cleanup handlingAnuradha Karuppiah2020-10-211-0/+3
* bgpd: register nb routing hookChirag Shah2020-10-031-0/+4
* bgpd: register northbound callbacks to bootstrapChirag Shah2020-10-031-0/+4
* bgpd: Comment out dead code for futureDonald Sharp2020-07-271-7/+8
* Revert "Rpki Encapsulation"Quentin Young2020-07-141-28/+0
* bgpd: add hook for running-config per vrf rpki configPhilippe Guibert2020-07-021-0/+23
* bgpd: add a hook to inform a vrf is enabled/disabledPhilippe Guibert2020-07-021-0/+5
* bgpd: Have bgp ignore SIGHUP at the momentDonald Sharp2020-06-251-2/+12
* *: add filter northbound supportRafael Zalamena2020-06-051-0/+1
* *: include vrf northbound module in initChirag Shah2020-04-161-0/+1
* bgpd, zebra: don't compare unsigned < 0Quentin Young2020-04-051-5/+9
* bgpd: #if ENABLE_BGP_VNC -> #ifdef ENABLE_BGP_VNCQuentin Young2020-04-011-2/+2
* Merge pull request #5763 from ton31337/fix/return_without_parentRenato Westphal2020-02-101-1/+1
|\
| * *: Remove parenthesis on return for constantsDonatas Abraitis2020-02-091-1/+1
* | Merge pull request #5104 from opensourcerouting/route-map-nbv2Donald Sharp2020-02-051-0/+2
|\ \ | |/ |/|
| * *: fix route map integrationRafael Zalamena2020-02-041-0/+2
* | *: don't null after XFREE; XFREE does this itselfQuentin Young2020-02-031-1/+0
|/
* bgpd: BGP GR advertise capabilities in the open message.bisdhdh2020-01-231-0/+1
* lib: rename memory_vty.c to lib_vty.cDavid Lamparter2019-12-061-1/+0
* *: make frr_yang_module_info constDavid Lamparter2019-11-301-1/+1
* bgpd: Add ability to set tcp socket buffer sizeDonald Sharp2019-10-161-3/+9
* bgpd: register to vrf_update_name() hookPhilippe Guibert2019-08-271-2/+10
* bgpd, ripd, ripngd: remove deprecated -r optionEmanuele Di Pascale2019-05-221-8/+1
* bgpd: add the -Z option to run bgp without zebraPhilippe Guibert2019-04-181-1/+2
* Merge branch 'master' into evpn-session-vrfTuetuopay2019-03-281-4/+4
|\
| * bgpd: fix redistribution into vrf when networking is restartedDon Slice2019-03-141-4/+4
* | bgpd: Allow non-default instance to be EVPN oneTuetuopay2019-03-191-2/+5
|/