summaryrefslogtreecommitdiff
path: root/bgpd/bgp_mplsvpn.c
AgeCommit message (Expand)Author
2025-02-13bgpd: Fix crash in bgp_labelpoolDonald Sharp
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-08-27bgpd: fix labels static-analyserLouis Scalbert
2024-07-29bgpd: Do not process VRF import/export to/from auto created VRF instancesDonatas Abraitis
2024-06-05bgpd: move labels from extra to extra->labelsLouis Scalbert
2024-06-05bgpd: store number of labels with 8 bitsLouis Scalbert
2024-06-05bgpd: add bgp_path_info_num_labels()Louis Scalbert
2024-06-05bgpd: num_labels cannot be greater than BGP_MAX_LABELSLouis Scalbert
2024-06-05bgpd: add bgp_path_info_labels_same()Louis Scalbert
2024-06-05bgpd: add bgp_path_info_has_valid_label()Louis Scalbert
2024-06-05bgpd: check and set extra num_labelsLouis Scalbert
2024-05-20bgpd, tests: fix route leaking from the default l3vrfLouis Scalbert
2024-04-18bgpd: do allocate vrf label only when necessaryPhilippe Guibert
2024-04-01bgpd: Sort the bgp_path_info'sDonald Sharp
2024-04-01bgpd: Add pi to bgp_processDonald Sharp
2024-03-29bgpd: fix srv6 memory leak detectionPhilippe Guibert
2024-02-14bgpd: update route leak when vrf state changesLouis Scalbert
2024-02-01bgpd: fix interface on leaks from redistribute connectedLouis Scalbert
2024-02-01bgpd: fix interface on leaks from network statementLouis Scalbert
2024-01-29bgpd: fix VRF leaking with 'network import-check' (3/4)Louis Scalbert
2024-01-29bgpd: fix VRF leaking with 'network import-check' (1/4)Louis Scalbert
2024-01-25bgpd: fix VRF leaking with 'no bgp network import-check'Louis Scalbert
2023-11-29bgpd: Free Memory for SRv6 Functions and Locator ChunksKeelan10
2023-11-21bgpd, topotests: apply route-map after rt vpn exportPhilippe Guibert
2023-11-21bgpd: fix bgp node created at withdraw eventPhilippe Guibert
2023-11-21bgpd: fix export prefixes when rt extcomm set by route-mapPhilippe Guibert
2023-10-13bgpd: Ecommunity_dup memory leak fixryndia
2023-10-12bgpd: Remove redundant check for bgp against NULLDonatas Abraitis
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