summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12084 from ak503/bgp_show_lcDonatas Abraitis2022-10-111-1/+3
|\
| * bgpd: fix display bgp large-community exact-matchYour Name2022-10-101-1/+3
* | Merge pull request #9998 from pguibert6WIND/bgp_tcp_keepaliveDonatas Abraitis2022-10-104-0/+98
|\ \ | |/ |/|
| * bgpd: support TCP keepalive for BGP connectionPhilippe Guibert2022-08-304-0/+98
* | Merge pull request #12082 from anlancs/fix/cleanup-21Donatas Abraitis2022-10-101-1/+1
|\ \
| * | bgpd: cosmetic function addressanlan_cs2022-10-081-1/+1
* | | Merge pull request #12070 from cscarpitta/fix/srv6-sid-print-using-pI6Donatas Abraitis2022-10-101-17/+4
|\ \ \
| * | | bgpd: Use %pI6 to print SRv6 VPN SIDsCarmine Scarpitta2022-10-061-17/+4
| |/ /
* / / bgpd: Remove unnecessary check for pi and setting type and sub-typeDonald Sharp2022-10-071-10/+3
|/ /
* | Merge pull request #12034 from opensourcerouting/fix/gr_hard_notificationRuss White2022-10-061-8/+27
|\ \
| * | bgpd: Do not send Deconfig/Shutdown message when restartingDonatas Abraitis2022-09-301-8/+27
* | | Merge pull request #12038 from pguibert6WIND/show_bgp_nexthop_betterRuss White2022-10-061-6/+10
|\ \ \
| * | | bgpd: improve 'show bgp nexthop' commandPhilippe Guibert2022-10-051-6/+10
* | | | Merge pull request #12040 from opensourcerouting/fix/bgp_local_as_remote_asRuss White2022-10-063-45/+16
|\ \ \ \
| * | | | bgpd: Allow using remote-as the same as local-asDonatas Abraitis2022-09-293-45/+16
| | |/ / | |/| |
* | | | Merge pull request #12054 from opensourcerouting/feature/show_that_route_is_n...mobash-rasool2022-10-061-3/+9
|\ \ \ \
| * | | | bgpd: Show why the prefix is inaccessible in show commandsDonatas Abraitis2022-10-041-3/+9
* | | | | Merge pull request #11983 from maduri111/bgpd-cond-adv-debugDonatas Abraitis2022-10-066-189/+245
|\ \ \ \ \
| * | | | | bgpd: conditional advertisement code cleanupMadhuri Kuruganti2022-10-064-166/+177
| * | | | | bgpd: adding debug command for conditional advertisementMadhuri Kuruganti2022-10-064-23/+68
| | |_|/ / | |/| | |
* | | | | Merge pull request #11838 from Pdoijode/v6-gua-nh-bgp-updateDonatas Abraitis2022-10-061-0/+47
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | bgpd: BGP does not update next-hop when global V6 address is configuredPdoijode2022-09-301-0/+47
* | | | | bgpd: show ip bgp neighbors graceful-restart typoMichal Ruprich2022-10-041-1/+1
* | | | | Merge pull request #12047 from donaldsharp/bgp_nexthop_individualRuss White2022-10-041-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | bgpd: Fix `show bgp nexthop A.B.C.D`Donald Sharp2022-09-301-1/+1
| | |/ / | |/| |
* | | | bgpd: Ensure FRR has enough data to read 2 bytes in bgp_open_option_parseDonald Sharp2022-09-301-7/+28
* | | | bgpd: Ensure FRR has enough data to read 2 bytes in peek_for_as4_capabilityDonald Sharp2022-09-301-6/+21
|/ / /
* | | Merge pull request #11985 from opensourcerouting/fix/thread_off_llgrRuss White2022-09-271-1/+3
|\ \ \
| * | | bgpd: Stop LLGR thread when deleting a peer and/or GR flags changedDonatas Abraitis2022-09-211-1/+3
* | | | Merge pull request #12010 from opensourcerouting/fix/logging_for_route_refreshRuss White2022-09-271-5/+4
|\ \ \ \
| * | | | bgpd: Print hostname for peer as well when marking as stale for route-refreshDonatas Abraitis2022-09-261-5/+4
* | | | | bgpd: conditional advertise-map unset on peer not re-advertising withdrawn ro...Madhuri Kuruganti2022-09-251-0/+3
|/ / / /
* | | | Merge pull request #11982 from samanvithab/bgp_mem_fixDonatas Abraitis2022-09-235-4/+36
|\ \ \ \
| * | | | bgpd: Cleanup memory leaks associated with t_deferral_timerSamanvitha B Bhargav2022-09-233-0/+15
| * | | | bgpd: memory leak issue fixSamanvitha B Bhargav2022-09-211-0/+11
| * | | | bgpd: memory leak issue fixSamanvitha B Bhargav2022-09-211-1/+1
| * | | | bgpd: memory leak issue fixSamanvitha B Bhargav2022-09-211-3/+9
| |/ / /
* | | | Merge pull request #11993 from opensourcerouting/feature/printfrr_pRDDonald Sharp2022-09-2214-235/+110
|\ \ \ \
| * | | | bgpd: Use %pRD for prefix_rd2str()Donatas Abraitis2022-09-2214-235/+110
* | | | | bgpd: Stop conditional advertisements thread when terminatingDonatas Abraitis2022-09-221-0/+1
|/ / / /
* / / / bgpd: Drop out-of-date filesDonatas Abraitis2022-09-212-245/+0
|/ / /
* | | Merge pull request #11956 from opensourcerouting/fix/bgpd_unlocksRuss White2022-09-201-0/+2
|\ \ \
| * | | bgpd: Don't forget bgp_dest_unlock_node before returnDonatas Abraitis2022-09-161-0/+2
* | | | Merge pull request #11954 from opensourcerouting/fix/ecommunity_memory_leakDonald Sharp2022-09-201-0/+4
|\ \ \ \
| * | | | bgpd: Free ecommunity before returning on warning/errorDonatas Abraitis2022-09-161-0/+4
| |/ / /
* | | | bgpd: Use route_map_result_t for route_map_apply() as return typeDonatas Abraitis2022-09-201-1/+1
* | | | bgpd: Handle route-refresh request received before EoRXiao Liang2022-09-162-0/+32
|/ / /
* | | Merge pull request #11899 from opensourcerouting/feature/route_validation_ext...Russ White2022-09-137-0/+286
|\ \ \
| * | | bgpd: Handle Origin Validation State extended community via route-map matchDonatas Abraitis2022-09-045-2/+164
| * | | bgpd: Add Origin Validation State extended communityDonatas Abraitis2022-09-043-0/+124