summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9972 from opensourcerouting/bfd-bgp-fixesRuss White2021-11-052-16/+58
|\
| * bgpd: update BFD config on update-source changeRafael Zalamena2021-11-042-16/+42
| * bgpd: fix BFD configuration update on TTL changeRafael Zalamena2021-11-041-0/+16
* | Merge pull request #9833 from idryzhov/cleanup-if-by-index-all-vrfRuss White2021-11-051-2/+3
|\ \
| * | bgpd: don't use if_lookup_by_index_all_vrfIgor Ryzhov2021-10-281-2/+3
* | | bgpd: Add Long-lived Graceful Restart capability (restarter)Donatas Abraitis2021-10-315-0/+247
| |/ |/|
* | lib: Add autocomplete for prefix-list under route-mapsDonatas Abraitis2021-10-281-2/+2
* | Merge pull request #9837 from idryzhov/cleanup-if-by-name-vrf-allRuss White2021-10-272-3/+3
|\ \
| * | bgpd: don't use if_lookup_by_name_all_vrfIgor Ryzhov2021-10-152-3/+3
| |/
* | Merge pull request #9854 from opensourcerouting/zapi-call-tableRuss White2021-10-262-50/+59
|\ \
| * | *: convert zclient callbacks to tableDavid Lamparter2021-10-202-50/+59
* | | Merge pull request #9895 from ton31337/fix/double_capability_loggingRuss White2021-10-261-65/+64
|\ \ \
| * | | bgpd: Unify AddPath capability for OPEN loggingDonatas Abraitis2021-10-261-3/+4
| * | | bgpd: Unify multiprotocol capability for OPEN loggingDonatas Abraitis2021-10-261-60/+60
| * | | bgpd: Remove double logging for Graceful Restart capabilityDonatas Abraitis2021-10-261-2/+0
* | | | Merge pull request #9791 from opensourcerouting/bgp-json-mem-fixIgor Ryzhov2021-10-261-14/+13
|\ \ \ \ | |/ / / |/| | |
| * | | bgpd: remove bogus checkRafael Zalamena2021-10-111-10/+0
| * | | bgpd: fix json object handlingMartin Winter2021-10-111-4/+13
* | | | Merge pull request #9873 from bhinin/dynamic_peer_count_resetDonatas Abraitis2021-10-261-0/+1
|\ \ \ \
| * | | | bgpd: Reset dynamic peer counterAbhishek Naik2021-10-201-0/+1
* | | | | Merge pull request #9316 from ton31337/fix/send_best_path_reason_for_zebraDonald Sharp2021-10-253-2/+11
|\ \ \ \ \
| * | | | | bgpd: Send BGP best path reason to ZebraDonatas Abraitis2021-10-143-2/+11
| | |_|_|/ | |/| | |
* | | | | bgpd: When issuing `no ... ebgp-multihop` always resetsDonald Sharp2021-10-241-2/+8
* | | | | Merge pull request #9783 from mjstapp/fix_bgp_lu_lspRuss White2021-10-212-5/+27
|\ \ \ \ \
| * | | | | bgpd: BGP-LU use implicit-null in some casesMark Stapp2021-10-082-5/+27
* | | | | | Merge pull request #9847 from ton31337/feature/prefix-list_autocompleteIgor Ryzhov2021-10-202-42/+42
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | bgpd: Add autocomplete for community/large/extcommunity stuffDonatas Abraitis2021-10-202-42/+42
* | | | | | bgpd: Add autocomplete for filter-listDonatas Abraitis2021-10-192-5/+5
* | | | | | bgpd: Add autocomplete for as-path filtersDonatas Abraitis2021-10-192-9/+25
|/ / / / /
* | / / / bgpd: lttng tracepoint for local events received from zebraAnuradha Karuppiah2021-10-152-6/+177
| |/ / / |/| | |
* | | | Merge pull request #9676 from donaldsharp/import_registerDavid Lamparter2021-10-132-37/+40
|\ \ \ \
| * | | | *: Remove the ZEBRA_IMPORT_ROUTE_XXX zapi messagesDonald Sharp2021-09-272-19/+4
| * | | | bgpd: Make bgp ready to remove distinction between 2 nh tracking typesDonald Sharp2021-09-271-12/+28
| * | | | *: Add resolve via default flagDonald Sharp2021-09-271-6/+8
| |/ / /
* | | | Merge pull request #9715 from idryzhov/cleanup-number-named-aclDonatas Abraitis2021-10-132-20/+8
|\ \ \ \
| * | | | *: cleanup number-named access-lists in CLIIgor Ryzhov2021-10-082-20/+8
* | | | | Merge pull request #9780 from idryzhov/bgp-local-pointerDonatas Abraitis2021-10-111-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | bgpd: don't return pointer to a local variableIgor Ryzhov2021-10-081-1/+1
* | | | | Merge pull request #9774 from idryzhov/bgp-show-crashDonald Sharp2021-10-081-2/+1
|\ \ \ \ \
| * | | | | bgpd: fix crash when using "show bgp vrf all"Igor Ryzhov2021-10-081-2/+1
* | | | | | Merge pull request #9693 from donaldsharp/bgp_address_removalDonatas Abraitis2021-10-085-16/+58
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | bgpd: When removing v6 address being used as a nexthop ensure peer is resetDonald Sharp2021-10-041-0/+32
| * | | | | bgpd: bgp_announce_route should know if we should force the update or notDonald Sharp2021-10-044-16/+26
* | | | | | Merge pull request #9727 from ton31337/feature/catch_struct_thread_xxx_agains...Igor Ryzhov2021-10-081-3/+0
|\ \ \ \ \ \
| * | | | | | bgpd: Don't set NULL for struct thread at bgp_dump_interval_func()Donatas Abraitis2021-10-041-3/+0
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #9773 from idryzhov/bgp-show-prefix-filter-vrfDonatas Abraitis2021-10-081-37/+16
|\ \ \ \ \ \
| * | | | | | bgpd: add missing vrf/view parameter to one commandIgor Ryzhov2021-10-071-37/+16
| | |_|/ / / | |/| | | |
* | | | | | bgpd: Check return code for bgp_route_match_addDonald Sharp2021-10-061-2/+9
* | | | | | bgpd: Check return from generic_set_addDonald Sharp2021-10-061-5/+19
|/ / / / /
* | | | | Merge pull request #9743 from pguibert6WIND/largecommfrr-8.1-rc1base_8.1Jafar Al-Gharaibeh2021-10-051-1/+1
|\ \ \ \ \