summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8391 from idryzhov/fix-bgp-nb-prefix-listRenato Westphal2021-04-061-8/+5
|\
| * bgpd: prefix-list and route-map nb fixesIgor Ryzhov2021-04-011-8/+5
* | Merge pull request #8348 from chiragshah6/mdevIgor Ryzhov2021-04-053-0/+906
|\ \
| * | bgpd: convert l2vpn evpn nbr route-map to nbChirag Shah2021-03-263-0/+906
* | | Merge pull request #8378 from pguibert6WIND/listen_group_limitQuentin Young2021-04-042-3/+3
|\ \ \
| * | | bgpd: increase the maximum number of neighborsPhilippe Guibert2021-04-022-3/+3
* | | | Merge pull request #8382 from taspelund/add_rd_all_v2Donatas Abraitis2021-04-024-90/+316
|\ \ \ \ | |/ / / |/| | |
| * | | bgpd: fix old vpn command compilation failuresTrey Aspelund2021-04-012-3/+3
| * | | bgpd: Add 'rd all' keyword to EVPN/L3VPN show cmdsTrey Aspelund2021-04-013-87/+313
| | |/ | |/|
* / | bgpd: fix build warningsIgor Ryzhov2021-04-011-1/+1
|/ /
* | Merge pull request #8350 from opensourcerouting/printfrr-revampMark Stapp2021-03-311-10/+9
|\ \
| * | lib: put printfrr extension args into structDavid Lamparter2021-03-301-2/+2
| * | lib: print `(null)` rather than `NULL`David Lamparter2021-03-271-1/+1
| * | lib: rework printfrr extensions to output directlyDavid Lamparter2021-03-271-9/+8
* | | bgpd: North-bound implementation for bgp rmapsSarita Patra2021-03-307-1263/+4806
* | | Revert "bgpd: Add 'rd all' keyword to EVPN/L3VPN show cmds"Lou Berger2021-03-303-310/+89
* | | Merge pull request #8216 from taspelund/add_rd_allRuss White2021-03-303-89/+310
|\ \ \
| * | | bgpd: Add 'rd all' keyword to EVPN/L3VPN show cmdsTrey Aspelund2021-03-193-89/+310
* | | | Merge pull request #8267 from idryzhov/bgp-cli-fixesRuss White2021-03-302-91/+40
|\ \ \ \
| * | | | bgpd: don't use operational state in "router bgp" commandIgor Ryzhov2021-03-231-25/+16
| * | | | bgpd: remove duplicated checks from CLIIgor Ryzhov2021-03-232-66/+24
* | | | | Merge pull request #8056 from jmmikkel/peertypeRuss White2021-03-304-23/+112
|\ \ \ \ \
| * | | | | bgpd: Allow next hop recursion in zebra if any multipath is not eBGPJoanne Mikkelson2021-03-231-1/+14
| * | | | | bgpd: Add "bgp bestpath peer-type multipath-relax"Joanne Mikkelson2021-03-233-22/+98
* | | | | | bgpd: Use rpki_curr_state instead of curr_stateDonald Sharp2021-03-261-30/+31
* | | | | | bgpd: Add rpki filter to some more show commandsDonald Sharp2021-03-262-23/+61
* | | | | | bgpd: Add `show bgp <afi> <safi> A.B.C.D [rpki <valid|invalid|notfound>]`Donald Sharp2021-03-261-11/+16
* | | | | | bgpd: Figure out rpki validation state earlierDonald Sharp2021-03-263-28/+39
* | | | | | bgpd: Convert string output to rpki validation-state:Donald Sharp2021-03-261-1/+1
* | | | | | bgpd: Convert RPKI states to an enum and use themDonald Sharp2021-03-264-12/+48
| |_|_|/ / |/| | | |
* | | | | Merge pull request #8154 from AnuradhaKaruppiah/evpn-mh-irb-2Patrick Ruddy2021-03-2612-223/+1209
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | bgpd: cleanup prefix2str usageAnuradha Karuppiah2021-03-261-24/+11
| * | | | bgpd: fix crash in the MH cleanup handlingAnuradha Karuppiah2021-03-261-4/+4
| * | | | bgpd: handle local ES del or transition to LACP bypassAnuradha Karuppiah2021-03-266-31/+169
| * | | | bgpd: changes for maintaining evpn nexthops and their rmac mappingAnuradha Karuppiah2021-03-268-2/+575
| * | | | bgpd: ES evpn nexthop prep workAnuradha Karuppiah2021-03-266-18/+58
| * | | | bgpd: Disable L3NHG support for routes leaked from another VRFAnuradha Karuppiah2021-03-261-0/+4
| * | | | bgpd: flush remote ES-EVI entries when a L2-VNI is deletedAnuradha Karuppiah2021-03-261-11/+42
| * | | | bgpd: re-eval use-l3nhg when a remote ES is [de]activated in a VRFAnuradha Karuppiah2021-03-267-169/+249
| * | | | bgpd: Rename macip_path_list to macip_evi_path_listAnuradha Karuppiah2021-03-263-27/+30
| * | | | bgpd: allow routes to be imported if the ES/ES-VRF is not presentAnuradha Karuppiah2021-03-263-26/+82
| * | | | bgpd: on ES down re-advertise the MAC-IP entry without the L3 ECOMAnuradha Karuppiah2021-03-264-25/+99
* | | | | Merge pull request #8344 from pjdruddy/coverity_mpls_l3vpnDonald Sharp2021-03-262-19/+20
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | lib, bgpd: add a specific oid_copy function for IPv6 addrsPat Ruddy2021-03-252-19/+20
* | | | | Merge pull request #8290 from adharkar/frr-es_rtPatrick Ruddy2021-03-243-1/+46
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | bgpd: Update EVPN type-1 routes when VNI RT changesAmeya Dharkar2021-03-233-1/+46
| |/ / /
* | | | bgpd: improve BFD with timers configurationRafael Zalamena2021-03-232-1/+5
* | | | bgpd: add debug option for BFDRafael Zalamena2021-03-233-8/+53
* | | | bgpd: rework BFD integrationRafael Zalamena2021-03-237-736/+436
* | | | bgpd: remove cumulus specific codeRafael Zalamena2021-03-231-12/+1
|/ / /