summaryrefslogtreecommitdiff
path: root/bgpd
AgeCommit message (Expand)Author
2023-06-05bgpd: entry->any is never trueDonald Sharp
2023-06-02bgpd: Give more data when state machine fails to change stateDonald Sharp
2023-06-02Merge pull request #13641 from donaldsharp/com_list_strmobash-rasool
2023-06-02Merge pull request #13660 from anlancs/bgpd-cleanup-12mobash-rasool
2023-06-01bgpd: Fix typo in debug messageanlan_cs
2023-06-01bgpd: vpn_policy_getafi can return AFI_MAXDonald Sharp
2023-06-01bgpd: blnc cannot be NULL at if statement timeDonald Sharp
2023-06-01bgpd: community_list_set str is always non nullDonald Sharp
2023-05-30bgpd: fix bgpd core when unintern attrYuan Yuan
2023-05-25bgpd: Refactor subgroup_announce_table() to reuse an existing helpersDonatas Abraitis
2023-05-22bgpd: Using no pretty json output for l2vpn-Evpn routesRajasekar Raja
2023-05-22bgpd: Fix the json output of show bgp all json to be in a valid formatRajasekar Raja
2023-05-22Merge pull request #13564 from chiragshah6/fdev1Donatas Abraitis
2023-05-20bgpd: Initialize pfx_buf to zeros before using in bgp_path_info_cmp()Donatas Abraitis
2023-05-19bgpd: fix memory leak in aggregate path infoChirag Shah
2023-05-19bgpd: fix aggregate route displayChirag Shah
2023-05-19bgpd: fix aggregate route best path selectChirag Shah
2023-05-15bgpd: Show the real table version for a decent peer subgroupDonatas Abraitis
2023-05-12Merge pull request #13463 from pguibert6WIND/mpls_alloc_per_nh_2Donatas Abraitis
2023-05-11bgpd: Implement `match source-protocol` for route-mapsDonatas Abraitis
2023-05-10Merge pull request #13493 from anlancs/fix/bgpd-cleanup-11Donatas Abraitis
2023-05-10bgpd: Cosmetic change for mac checkanlan_cs
2023-05-09bgpd: add 'show bgp label-nexthop [detail]' commandPhilippe Guibert
2023-05-09bgpd: update time of last change when label nexthop entry changedPhilippe Guibert
2023-05-09bgpd: export redistributed routes with label allocation per nexthopPhilippe Guibert
2023-05-09bgpd: correctly initialize the IP nexthop of redistributed routesPhilippe Guibert
2023-05-09bgpd: use nexthop interface when adding LSP in BGP MPLSVPNPhilippe Guibert
2023-05-09bgpd: add support for l3vpn per-nexthop labelPhilippe Guibert
2023-05-09bgpd: add the bgp_label_per_nexthop_cache struct and apisPhilippe Guibert
2023-05-09bgpd: introduce LP_TYPE_NEXTHOP label typePhilippe Guibert
2023-05-09bgpd: add vty command to select label allocation per nexthopPhilippe Guibert
2023-05-09bgpd: remove ATTR_NEXT_HOP for redistributed ipv6 nexthopsPhilippe Guibert
2023-05-09bgpd: encode_label call, remove unnecessary bracesPhilippe Guibert
2023-05-09Merge pull request #13437 from raja-rajasekar/raja-rajasekar/show_cmd_fixDonatas Abraitis
2023-05-08bgpd: Make sure AIGP attribute is non-transitiveDonatas Abraitis
2023-05-08Merge pull request #13446 from louis-6wind/fix-ext-commDonatas Abraitis
2023-05-08Merge pull request #13440 from zice312963205/bgpfixDonatas Abraitis
2023-05-06bgpd: fix the issue of connected tag error when BGP subscribes to NHT from ZebraJack.zhang
2023-05-05bgpd: fix show running of nt extcommunityLouis Scalbert
2023-05-05bgpd: Fixing the show bgp <vrf> <afi> <safi> detail commandRajasekar Raja
2023-05-03Revert "MPLS allocation mode per next hop"Donatas Abraitis
2023-05-02Merge pull request #12646 from pguibert6WIND/mpls_alloc_per_nhDonatas Abraitis
2023-05-01Merge pull request #13405 from dmytroshytyi-6WIND/srv6_bgp_no_sid_export_autoDonatas Abraitis
2023-05-01Merge pull request #13408 from pguibert6WIND/flowspec_sanityDonatas Abraitis
2023-04-28bgpd: implement "no sid vpn export auto" per AF in vtyshDmytro Shytyi
2023-04-28bgpd: add some flowspec sanity returnsPhilippe Guibert
2023-04-28Merge pull request #13335 from pguibert6WIND/bgp_lu_explicit_per_afiDonatas Abraitis
2023-04-27bgpd: configure explicit-null for local paths per address familyPhilippe Guibert
2023-04-27bgpd: keep interface index on bgp nexthop trackingPhilippe Guibert
2023-04-26Merge pull request #13386 from donaldsharp/bgp_received_routesDonatas Abraitis