summaryrefslogtreecommitdiff
path: root/bgpd/bgp_mplsvpn.c
AgeCommit message (Expand)Author
2024-10-23bgpd: Include structure when removing End.DT46 SIDCarmine Scarpitta
2024-10-23bgpd: Include structure when removing End.DT4/6 SIDCarmine Scarpitta
2024-10-23bgpd: Include structure when installing End.DT46 SIDCarmine Scarpitta
2024-10-23bgpd: Include structure when installing End.DT4/6 SIDCarmine Scarpitta
2024-03-30bgpd: fix srv6 memory leak detectionPhilippe Guibert
2024-02-06bgpd: fix VRF leaking with 'no bgp network import-check'Louis Scalbert
2023-11-30bgpd: Free Memory for SRv6 Functions and Locator ChunksKeelan10
2023-10-13bgpd: Ecommunity_dup memory leak fixryndia
2023-09-22bgpd: Use proper AFI when dumping information for dampening stuffDonatas Abraitis
2023-09-20Merge pull request #14442 from mjstapp/fix_no_ctimeDonald Sharp
2023-09-19bgpd: replace ctime with ctime_rMark Stapp
2023-09-19bgpd: Prevent use after free from coverity's perspectiveDonald Sharp
2023-09-11bgpd: Ensure that leak_update does not free memory before it is being usedDonald Sharp
2023-08-14bgpd: Refactor bgp_static_set/bgp_static_set_safiDonatas Abraitis
2023-08-08bgpd: bgp_path_info_extra memory optimizationValerian_He
2023-07-05bgpd: Free nexthop in bgp_mplsvpn_nh_label_bind_freeKeelan10
2023-07-04bgpd: free bgp vpn policyryndia
2023-06-28bgpd: fix covery 1566055, label table overrunPhilippe Guibert
2023-06-28bgpd: fix covery scan 1566054 with null pointerPhilippe Guibert
2023-06-20Merge pull request #13750 from louis-6wind/fix-no-retain-memory-usageRuss White
2023-06-16bgpd: cleanup un-imported vpn prefix if no retain setLouis Scalbert
2023-06-16bgpd: fix memory usage of vpn no retainLouis Scalbert
2023-06-16bgpd: revert no retain backendLouis Scalbert
2023-06-16bgpd: add 'show bgp mplsvpn-nh-label-bind' commandLouis Scalbert
2023-06-16bgpd: update the mpls entry to handle return trafficPhilippe Guibert
2023-06-16bgpd: advertise mpls vpn routes with appropriate labelPhilippe Guibert
2023-06-16bgpd: allocate label bound to received mpls vpn routesPhilippe Guibert
2023-06-16bgpd: move the label per nexthop structs of bgp_path to an unionPhilippe Guibert
2023-06-16bgpd: add mpls vpn nh label bind cache struct and apisLouis Scalbert
2023-06-16bgpd: fix label allocation per next-hop applied to unicastPhilippe Guibert
2023-06-16bgpd: add a function to compare two label listsPhilippe Guibert
2023-06-01bgpd: blnc cannot be NULL at if statement timeDonald Sharp
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: use nexthop interface when adding LSP in BGP MPLSVPNPhilippe Guibert
2023-05-09bgpd: add support for l3vpn per-nexthop labelPhilippe Guibert
2023-05-09bgpd: encode_label call, remove unnecessary bracesPhilippe Guibert
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-04-10bgpd: Use the actual pointer type instead of a voidDonald Sharp
2023-03-22bgpd: update time of last change when label nexthop entry changedPhilippe Guibert
2023-03-22bgpd: export redistributed routes with label allocation per nexthopPhilippe Guibert
2023-03-22bgpd: use nexthop interface when adding LSP in BGP MPLSVPNPhilippe Guibert
2023-03-22bgpd: add support for l3vpn per-nexthop labelPhilippe Guibert
2023-03-22bgpd: encode_label call, remove unnecessary bracesPhilippe Guibert
2023-03-15bgpd: Unlock bgp dest node if leak_update() failsDonatas Abraitis
2023-02-21Merge pull request #12854 from opensourcerouting/fix/bgp_withdraw_attr_not_usedRuss White
2023-02-21Merge pull request #12248 from pguibert6WIND/bgpasdotRuss White
2023-02-21bgpd: Drop struct attr from bgp_withdraw()Donatas Abraitis
2023-02-10bgpd: handle case where passed RD is nullPhilippe Guibert