summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12748 from opensourcerouting/fix/route_map_vpn_importRuss White2023-02-073-17/+17
|\
| * bgpd: Add more context in logs about from where to where routes are leakedDonatas Abraitis2023-02-061-2/+6
| * bgpd: Drop struct bgp from vpn_leak_to_vrf_withdraw()Donatas Abraitis2023-02-063-15/+11
* | Merge pull request #12720 from opensourcerouting/fix/ecommunity_ipv6_missing_...Russ White2023-02-071-1/+1
|\ \ | |/ |/|
| * bgpd: ecommunity_token_rt6 is not handledDonald Sharp2023-01-311-1/+1
* | bgpd: Don't try to recursively hold peer io mutexDonald Sharp2023-02-021-6/+7
* | Merge pull request #12731 from donaldsharp/remove_pretty_printRuss White2023-02-022-9/+17
|\ \
| * | bgpd: Convert evpn output to not pretty print jsonDonald Sharp2023-02-021-8/+7
| * | lib, bgpd: Add ability to specify that some json output should not be prettyDonald Sharp2023-02-021-1/+10
* | | bgpd: Set attr to NULL when passing NLRI_UPDATE with treat-as-withdrawDonatas Abraitis2023-02-011-1/+2
|/ /
* | Merge pull request #12713 from opensourcerouting/fix/json_naming_deprecationDonald Sharp2023-02-012-16/+1
|\ \
| * | *: Drop deprecated incorrect JSON fields with wrong namingDonatas Abraitis2023-01-312-16/+1
* | | bgpd/rfapi: add missing printf attributeDavid Lamparter2023-02-011-1/+2
| |/ |/|
* | Merge pull request #12695 from opensourcerouting/format-warningsDonald Sharp2023-01-316-16/+16
|\ \
| * | bgpd: fix silly format string SNAFUDavid Lamparter2023-01-271-2/+2
| * | bgpd: fix format string mess in AS-path printingDavid Lamparter2023-01-273-14/+9
| * | *: no-warn pragmas for non-const format stringsDavid Lamparter2023-01-271-0/+4
| * | *: apply proper format string attributesDavid Lamparter2023-01-271-0/+1
* | | Merge pull request #12710 from opensourcerouting/fix/reset_fqdn_capability_on...Donald Sharp2023-01-312-10/+9
|\ \ \ | |_|/ |/| |
| * | bgpd: Vanish FQDN capability hostname/domainname before handling new BGP OPENDonatas Abraitis2023-01-301-10/+8
| * | bgpd: Free peer's hostname (aka FQDN capability stuff)Donatas Abraitis2023-01-301-0/+1
* | | bgpd: bgp_update and bgp_withdraw never return failuresDonald Sharp2023-01-306-138/+89
|/ /
* | bgpd: move tunnel-ip comparison into handlerTrey Aspelund2023-01-271-6/+8
* | bgpd: only unimport routes if tunnel-ip changesTrey Aspelund2023-01-273-11/+32
* | Merge pull request #12684 from chiragshah6/fdev2Donatas Abraitis2023-01-251-2/+9
|\ \ | |/ |/|
| * bgpd: evpn route detail json display non prettChirag Shah2023-01-241-2/+9
* | Merge pull request #12682 from opensourcerouting/time-csRuss White2023-01-241-1/+2
|\ \
| * | bgpd: fix time truncation due to parameter typeRafael Zalamena2023-01-201-1/+2
* | | Merge pull request #12678 from opensourcerouting/fix/missing_no_form_for_path...Russ White2023-01-243-7/+46
|\ \ \
| * | | bgpd: Add missing `no` form for `neighbor path-attribute discard` cmdDonatas Abraitis2023-01-223-7/+46
| | |/ | |/|
* | | Merge pull request #12647 from anlancs/fix/bgpd-type-2Russ White2023-01-241-3/+4
|\ \ \
| * | | bgpd: cosmetic changes for debuganlan_cs2023-01-171-3/+4
* | | | bgpd: fix when route-map changes the link local nexthop for vpnv6Philippe Guibert2023-01-241-1/+2
* | | | bgpd: encode properly vpnv6 nexthopPhilippe Guibert2023-01-231-2/+6
| |/ / |/| |
* | | Merge pull request #12666 from donaldsharp/bgp_outq_limitDonatas Abraitis2023-01-204-9/+49
|\ \ \
| * | | bgpd: Input Queue does not belong under `router bgp`Donald Sharp2023-01-191-4/+0
| * | | bgpd: Limit peer output queue length like input queue lengthDonald Sharp2023-01-194-5/+49
* | | | Merge pull request #12664 from pguibert6WIND/vpnv6_encoding_nexthopDonatas Abraitis2023-01-201-2/+2
|\ \ \ \
| * | | | bgpd: fix vpnv6 nexthop encodingPhilippe Guibert2023-01-201-2/+2
| | |_|/ | |/| |
* | | | Merge pull request #12669 from proelbtn/fix-accept-own-rd-checkDonatas Abraitis2023-01-201-2/+3
|\ \ \ \
| * | | | bgpd: Skip RD match if ACCEPT_OWN is not enabledRyoga Saito2023-01-201-2/+3
| |/ / /
* | | | Revert "bgpd: optimal router reflection cli and fsm changes"Donatas Abraitis2023-01-1714-1561/+2
* | | | Revert "bgpd, ospfd: BGP ORR CI warning fixes"Donatas Abraitis2023-01-173-36/+57
* | | | Revert "bgpd: fix for crash when no neighbor A.B.C.D remote-as AS_NUM with or...Donatas Abraitis2023-01-173-39/+7
* | | | Revert "bgpd, ospfd: update BGP when routes are removed from OSPF routing table"Donatas Abraitis2023-01-171-49/+23
* | | | Revert "bgpd: code review comments addressed"Donatas Abraitis2023-01-174-12/+16
|/ / /
* | | Merge pull request #12584 from pguibert6WIND/bgp_imported_distanceRuss White2023-01-171-0/+7
|\ \ \
| * | | bgpd: imported vpn entries get appropriate distancePhilippe Guibert2023-01-171-0/+7
* | | | Merge pull request #12643 from opensourcerouting/fix/cosmetic_log_changesRuss White2023-01-171-5/+4
|\ \ \ \
| * | | | bgpd: Drop redundant `vrf` keyword in BGP debug log changesDonatas Abraitis2023-01-161-5/+4
| |/ / /