summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: entry->any is never trueDonald Sharp2023-06-053-88/+26
* bgpd: Give more data when state machine fails to change stateDonald Sharp2023-06-021-3/+3
* Merge pull request #13641 from donaldsharp/com_list_strmobash-rasool2023-06-023-15/+16
|\
| * bgpd: vpn_policy_getafi can return AFI_MAXDonald Sharp2023-06-011-0/+2
| * bgpd: blnc cannot be NULL at if statement timeDonald Sharp2023-06-011-7/+6
| * bgpd: community_list_set str is always non nullDonald Sharp2023-06-012-8/+8
* | Merge pull request #13660 from anlancs/bgpd-cleanup-12mobash-rasool2023-06-021-3/+3
|\ \ | |/ |/|
| * bgpd: Fix typo in debug messageanlan_cs2023-06-011-3/+3
* | bgpd: fix bgpd core when unintern attrYuan Yuan2023-05-311-0/+4
|/
* bgpd: Refactor subgroup_announce_table() to reuse an existing helpersDonatas Abraitis2023-05-253-59/+29
* bgpd: Using no pretty json output for l2vpn-Evpn routesRajasekar Raja2023-05-221-1/+8
* bgpd: Fix the json output of show bgp all json to be in a valid formatRajasekar Raja2023-05-221-0/+9
* Merge pull request #13564 from chiragshah6/fdev1Donatas Abraitis2023-05-222-6/+18
|\
| * bgpd: fix memory leak in aggregate path infoChirag Shah2023-05-191-1/+1
| * bgpd: fix aggregate route displayChirag Shah2023-05-191-3/+15
| * bgpd: fix aggregate route best path selectChirag Shah2023-05-191-2/+2
* | bgpd: Initialize pfx_buf to zeros before using in bgp_path_info_cmp()Donatas Abraitis2023-05-202-3/+3
|/
* bgpd: Show the real table version for a decent peer subgroupDonatas Abraitis2023-05-152-5/+9
* Merge pull request #13463 from pguibert6WIND/mpls_alloc_per_nh_2Donatas Abraitis2023-05-1213-15/+708
|\
| * bgpd: add 'show bgp label-nexthop [detail]' commandPhilippe Guibert2023-05-093-0/+103
| * bgpd: update time of last change when label nexthop entry changedPhilippe Guibert2023-05-092-0/+3
| * bgpd: export redistributed routes with label allocation per nexthopPhilippe Guibert2023-05-092-10/+33
| * bgpd: correctly initialize the IP nexthop of redistributed routesPhilippe Guibert2023-05-091-0/+3
| * bgpd: use nexthop interface when adding LSP in BGP MPLSVPNPhilippe Guibert2023-05-095-6/+38
| * bgpd: add support for l3vpn per-nexthop labelPhilippe Guibert2023-05-097-2/+327
| * bgpd: add the bgp_label_per_nexthop_cache struct and apisPhilippe Guibert2023-05-094-0/+107
| * bgpd: introduce LP_TYPE_NEXTHOP label typePhilippe Guibert2023-05-092-0/+27
| * bgpd: add vty command to select label allocation per nexthopPhilippe Guibert2023-05-092-0/+68
| * bgpd: remove ATTR_NEXT_HOP for redistributed ipv6 nexthopsPhilippe Guibert2023-05-091-0/+3
| * bgpd: encode_label call, remove unnecessary bracesPhilippe Guibert2023-05-091-3/+2
* | bgpd: Implement `match source-protocol` for route-mapsDonatas Abraitis2023-05-114-0/+144
* | Merge pull request #13493 from anlancs/fix/bgpd-cleanup-11Donatas Abraitis2023-05-101-3/+1
|\ \ | |/ |/|
| * bgpd: Cosmetic change for mac checkanlan_cs2023-05-101-3/+1
* | Merge pull request #13437 from raja-rajasekar/raja-rajasekar/show_cmd_fixDonatas Abraitis2023-05-091-17/+25
|\ \
| * | bgpd: Fixing the show bgp <vrf> <afi> <safi> detail commandRajasekar Raja2023-05-051-17/+25
| |/
* | bgpd: Make sure AIGP attribute is non-transitiveDonatas Abraitis2023-05-081-2/+2
* | Merge pull request #13446 from louis-6wind/fix-ext-commDonatas Abraitis2023-05-081-5/+11
|\ \
| * | bgpd: fix show running of nt extcommunityLouis Scalbert2023-05-051-5/+11
| |/
* | Merge pull request #13440 from zice312963205/bgpfixDonatas Abraitis2023-05-081-0/+1
|\ \ | |/ |/|
| * bgpd: fix the issue of connected tag error when BGP subscribes to NHT from ZebraJack.zhang2023-05-061-0/+1
* | Revert "MPLS allocation mode per next hop"Donatas Abraitis2023-05-0313-708/+15
* | Merge pull request #12646 from pguibert6WIND/mpls_alloc_per_nhDonatas Abraitis2023-05-0213-15/+708
|\ \
| * | bgpd: add 'show bgp label-nexthop [detail]' commandPhilippe Guibert2023-03-223-0/+103
| * | bgpd: update time of last change when label nexthop entry changedPhilippe Guibert2023-03-222-0/+3
| * | bgpd: export redistributed routes with label allocation per nexthopPhilippe Guibert2023-03-222-10/+33
| * | bgpd: correctly initialize the IP nexthop of redistributed routesPhilippe Guibert2023-03-221-0/+3
| * | bgpd: use nexthop interface when adding LSP in BGP MPLSVPNPhilippe Guibert2023-03-225-6/+38
| * | bgpd: add support for l3vpn per-nexthop labelPhilippe Guibert2023-03-227-2/+327
| * | bgpd: add the bgp_label_per_nexthop_cache struct and apisPhilippe Guibert2023-03-224-0/+107
| * | bgpd: introduce LP_TYPE_NEXTHOP label typePhilippe Guibert2023-03-222-0/+27