summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_route.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Fix memory leak in subgroup_announce_checkXiao Liang2022-04-021-1/+1
* bgpd: Add `%pBP` printfrr() extension to print `IP(hostname)` for BGP peerDonatas Abraitis2022-03-311-22/+21
* Merge pull request #10845 from opensourcerouting/feature/unify_bgp_loggingRuss White2022-03-291-5/+6
|\
| * bgpd: Print hostname along with IP for most useful debug messagesDonatas Abraitis2022-03-221-5/+6
* | Merge pull request #10878 from ton31337/fix/bgp_crash_vrf_all_allDonald Sharp2022-03-281-53/+69
|\ \
| * | bgpd: Fix crash for `show ip bgp vrf all all`Donatas Abraitis2022-03-251-53/+69
| |/
* / bgpd: Fix crash for `show ip bgp vrf all all neighbors 192.168.0.1 ...`Donatas Abraitis2022-03-251-30/+42
|/
* Merge pull request #10447 from ton31337/fix/json_with_whitespacesDonald Sharp2022-03-131-1/+6
|\
| * *: Add camelCase JSON keys in addition to PascalCaseDonatas Abraitis2022-02-031-1/+6
* | bgpd: Fix continue/break change from old commitDonald Sharp2022-03-071-4/+4
* | bgpd: fix 'show bgp detail json' outputRafael Zalamena2022-03-031-1/+1
* | Merge pull request #10636 from ton31337/fix/use_get_set_for_communitiesRuss White2022-02-281-86/+95
|\ \
| * | bgpd: Reuse get/set helpers for attr->communityDonatas Abraitis2022-02-251-86/+95
* | | bgpd: change the treatment for SRv6 routesRyoga Saito2022-02-251-24/+11
* | | *: Change thread->func to return void instead of intDonald Sharp2022-02-241-23/+13
* | | Merge pull request #10585 from ton31337/feature/advmap_setIgor Ryzhov2022-02-231-6/+14
|\ \ \ | |/ / |/| |
| * | bgpd: Allow setting attributes over route-maps for conditional advertisementsDonatas Abraitis2022-02-181-6/+14
* | | bgp: Add a 15 minute warning to missing policyDonald Sharp2022-02-151-1/+16
|/ /
* | bgpd: Use get/set helpers for attr->lcommunityDonatas Abraitis2022-02-101-31/+40
* | Merge pull request #10550 from idryzhov/bgp-attr-undupDonatas Abraitis2022-02-101-4/+4
|\ \
| * | bgpd: remove bgp_attr_undupIgor Ryzhov2022-02-091-4/+4
* | | bgpd: fix aspath memory leak in aggr_suppress_map_testIgor Ryzhov2022-02-091-0/+1
* | | bgpd: fix missing bgp_attr_flush on errors in bgp_updateIgor Ryzhov2022-02-091-3/+6
|/ /
* | Merge pull request #10496 from ton31337/fix/move_struct_ecommunity_to_extraDonald Sharp2022-02-081-30/+38
|\ \
| * | bgpd: Use bgp_attr_[sg]et_ecommunity for struct ecommunityDonatas Abraitis2022-02-041-30/+38
| |/
* | bgpd: Print route-map name for filtred outgoing prefixesDonatas Abraitis2022-02-071-2/+3
* | bgpd: Flush temporary attributes after route-map applyDonatas Abraitis2022-02-071-1/+1
* | bgpd: Prevent use after variable goes out of scopeDonald Sharp2022-02-041-1/+1
|/
* Merge pull request #10430 from ton31337/fix/addpath_maximum-prefix-outIgor Ryzhov2022-02-011-5/+5
|\
| * bgpd: Convert bgp_addpath_encode_[tr]x() to bool from intDonatas Abraitis2022-02-011-5/+5
* | Merge pull request #10442 from ton31337/fix/reuse_bgp_path_info_extra_getIgor Ryzhov2022-02-011-1/+1
|\ \
| * | bgpd: Reuse bgp_path_info_extra_get() for allocating new bgp path infoDonatas Abraitis2022-01-281-1/+1
| |/
* / bgpd,pimd,isisd,nhrpd: Convert to vty_json()Donatas Abraitis2022-01-311-17/+5
|/
* Merge pull request #10159 from taspelund/retain-peer-asnDonatas Abraitis2022-01-281-8/+11
|\
| * bgpd: retain peer asn even with remove-private-ASTrey Aspelund2022-01-241-8/+11
* | Merge pull request #9880 from louis-oui/maximum-prefix-outDonatas Abraitis2022-01-271-0/+11
|\ \ | |/ |/|
| * bgpd: apply maximum-prefix-out without clearing the neighborLouis Scalbert2022-01-201-0/+11
* | Merge pull request #10380 from ton31337/feature/show_graceful_restart_timer_p...Russ White2022-01-241-0/+16
|\ \
| * | bgpd: Add an empty line after new variable assignmentDonatas Abraitis2022-01-191-0/+1
| * | bgpd: Show Graceful Restart seconds remaining per prefixDonatas Abraitis2022-01-191-0/+15
| |/
* | bgpd: replace custom union gw_addr with struct ipaddrIgor Ryzhov2022-01-191-14/+7
* | bgpd: fix populating the attributeIgor Ryzhov2022-01-191-7/+11
* | bgpd: remove wrong overlay index comparisonIgor Ryzhov2022-01-191-26/+0
|/
* bgpd: fix advertisedRoutes json keyTrey Aspelund2022-01-141-1/+5
* bgpd: Show Long-lived Graceful Restart timer remaining per prefixDonatas Abraitis2022-01-131-0/+13
* bgpd: Avoid additional check for json output under show ip bgp routeDonatas Abraitis2022-01-131-5/+0
* Merge pull request #10266 from opensourcerouting/bgp-aggr-rmDonatas Abraitis2022-01-121-9/+8
|\
| * bgpd: fix aggregate route unsuppression bugRafael Zalamena2022-01-111-9/+8
* | bgpd: Remove unneeded loop over all peersDonald Sharp2022-01-121-12/+3
|/
* bgpd: VRF-Lite fix to clear stale leaked routesKantesh Mundaragi2022-01-081-0/+20