summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| * | bgpd: add vty command to select label allocation per nexthopPhilippe Guibert2023-03-222-0/+68
| * | bgpd: remove ATTR_NEXT_HOP for redistributed ipv6 nexthopsPhilippe Guibert2023-03-221-0/+3
| * | bgpd: encode_label call, remove unnecessary bracesPhilippe Guibert2023-03-221-3/+2
* | | Merge pull request #13405 from dmytroshytyi-6WIND/srv6_bgp_no_sid_export_autoDonatas Abraitis2023-05-011-4/+19
|\ \ \
| * | | bgpd: implement "no sid vpn export auto" per AF in vtyshDmytro Shytyi2023-04-281-4/+19
| | |/ | |/|
* | | Merge pull request #13408 from pguibert6WIND/flowspec_sanityDonatas Abraitis2023-05-011-4/+13
|\ \ \ | |/ / |/| |
| * | bgpd: add some flowspec sanity returnsPhilippe Guibert2023-04-281-4/+13
* | | Merge pull request #13335 from pguibert6WIND/bgp_lu_explicit_per_afiDonatas Abraitis2023-04-283-11/+35
|\ \ \
| * | | bgpd: configure explicit-null for local paths per address familyPhilippe Guibert2023-04-273-11/+35
| |/ /
* / / bgpd: keep interface index on bgp nexthop trackingPhilippe Guibert2023-04-271-15/+25
|/ /
* | Merge pull request #13386 from donaldsharp/bgp_received_routesDonatas Abraitis2023-04-261-3/+16
|\ \
| * | bgpd: Fix `received-routes detail`Donald Sharp2023-04-251-3/+16
* | | Merge pull request #13310 from opensourcerouting/feature/bgpd_node_target_ext...Russ White2023-04-258-28/+287
|\ \ \
| * | | bgpd: Reuse encode_route_target_ip() functionDonatas Abraitis2023-04-143-25/+21
| * | | bgpd: Implement Node Target Extended CommunitiesDonatas Abraitis2023-04-147-9/+272
* | | | Merge pull request #13347 from donaldsharp/bgp_before_lightDavid Lamparter2023-04-213-3/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | bgpd: Ensure bgp_vrf is non-nullDonald Sharp2023-04-211-1/+1
| * | | bgpd: Coverity mistakenly believes we can fall throughDonald Sharp2023-04-211-0/+1
| * | | bgpd: All paths have already de-refed rd_strDonald Sharp2023-04-211-2/+2
* | | | bgpd: Fix lcom->str string length to correctly cover aliasesDonald Sharp2023-04-201-3/+15
|/ / /
* | | bgpd: Fix for ain->attr corruption during path updatePooja Jagadeesh Doijode2023-04-191-7/+23
* | | bgpd:add correct value into dfAlgorithm json outputSindhu Parvathi Gopinathan2023-04-161-2/+5