index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_mplsvpn.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #16990 from lsang6WIND/label-per-nexthop
Russ White
2024-10-29
1
-0
/
+9
|
\
|
*
bgpd: fix prefix same as nexthop in label per nexthop
Loïc Sang
2024-10-25
1
-0
/
+9
*
|
bgpd: fix uninitialized labels
Louis Scalbert
2024-10-23
1
-2
/
+2
|
/
*
bgpd: Fixup crash when leaking from default vrf for mpls vpn's
Donald Sharp
2024-09-18
1
-0
/
+1
*
bgpd: copy source vrf ASN to leaked route and block loops
Don Slice
2024-09-18
1
-0
/
+42
*
bgpd: VRF-Lite fix default bgp delete
Don Slice
2024-09-18
1
-1
/
+2
*
bgpd: Include structure when removing End.DT46 SID
Carmine Scarpitta
2024-09-15
1
-1
/
+11
*
bgpd: Include structure when removing End.DT4/6 SID
Carmine Scarpitta
2024-09-15
1
-2
/
+16
*
bgpd: Include structure when installing End.DT46 SID
Carmine Scarpitta
2024-09-15
1
-0
/
+6
*
bgpd: Include structure when installing End.DT4/6 SID
Carmine Scarpitta
2024-09-15
1
-0
/
+12
*
bgpd: Cleanup related to SRv6
Carmine Scarpitta
2024-09-05
1
-94
/
+0
*
bgpd: Make `sid_register()` non-static
Carmine Scarpitta
2024-09-05
1
-2
/
+2
*
bgpd: Request SRv6 SIDs to SID Manager
Carmine Scarpitta
2024-09-05
1
-51
/
+133
*
bgpd: Release SIDs when disabling SRv6 in BGP
Carmine Scarpitta
2024-09-05
1
-0
/
+36
*
bgpd: Deal with SRv6 locator instead of chunk
Carmine Scarpitta
2024-09-05
1
-15
/
+22
*
bgpd: remove redundant loopback check in label update
Loïc Sang
2024-09-04
1
-1
/
+1
*
bgpd: fix labels static-analyser
Louis Scalbert
2024-08-26
1
-2
/
+2
*
bgpd: Move evpn_overlay to a pointer
Donatas Abraitis
2024-08-11
1
-1
/
+1
*
bgpd: Do not process VRF import/export to/from auto created VRF instances
Donatas Abraitis
2024-07-28
1
-0
/
+6
*
bgpd: fix label lost when vrf loopback comes back
Loïc Sang
2024-07-17
1
-2
/
+6
*
bgpd: move labels from extra to extra->labels
Louis Scalbert
2024-06-05
1
-39
/
+21
*
bgpd: store number of labels with 8 bits
Louis Scalbert
2024-06-05
1
-5
/
+5
*
bgpd: add bgp_path_info_num_labels()
Louis Scalbert
2024-06-05
1
-10
/
+8
*
bgpd: num_labels cannot be greater than BGP_MAX_LABELS
Louis Scalbert
2024-06-05
1
-2
/
+0
*
bgpd: add bgp_path_info_labels_same()
Louis Scalbert
2024-06-05
1
-16
/
+2
*
bgpd: add bgp_path_info_has_valid_label()
Louis Scalbert
2024-06-05
1
-2
/
+1
*
bgpd: check and set extra num_labels
Louis Scalbert
2024-06-05
1
-6
/
+9
*
bgpd, tests: fix route leaking from the default l3vrf
Louis Scalbert
2024-05-20
1
-2
/
+3
*
bgpd: do allocate vrf label only when necessary
Philippe Guibert
2024-04-18
1
-10
/
+18
*
bgpd: Sort the bgp_path_info's
Donald Sharp
2024-04-01
1
-8
/
+11
*
bgpd: Add pi to bgp_process
Donald Sharp
2024-04-01
1
-7
/
+7
*
bgpd: fix srv6 memory leak detection
Philippe Guibert
2024-03-29
1
-0
/
+7
*
bgpd: update route leak when vrf state changes
Louis Scalbert
2024-02-14
1
-1
/
+11
*
bgpd: fix interface on leaks from redistribute connected
Louis Scalbert
2024-02-01
1
-1
/
+2
*
bgpd: fix interface on leaks from network statement
Louis Scalbert
2024-02-01
1
-6
/
+12
*
bgpd: fix VRF leaking with 'network import-check' (3/4)
Louis Scalbert
2024-01-29
1
-2
/
+15
*
bgpd: fix VRF leaking with 'network import-check' (1/4)
Louis Scalbert
2024-01-29
1
-7
/
+13
*
bgpd: fix VRF leaking with 'no bgp network import-check'
Louis Scalbert
2024-01-25
1
-1
/
+13
*
bgpd: Free Memory for SRv6 Functions and Locator Chunks
Keelan10
2023-11-29
1
-1
/
+6
*
bgpd, topotests: apply route-map after rt vpn export
Philippe Guibert
2023-11-21
1
-32
/
+29
*
bgpd: fix bgp node created at withdraw event
Philippe Guibert
2023-11-21
1
-5
/
+5
*
bgpd: fix export prefixes when rt extcomm set by route-map
Philippe Guibert
2023-11-21
1
-12
/
+25
*
bgpd: Ecommunity_dup memory leak fix
ryndia
2023-10-13
1
-0
/
+1
*
bgpd: Remove redundant check for bgp against NULL
Donatas Abraitis
2023-10-12
1
-2
/
+3
*
bgpd: Use proper AFI when dumping information for dampening stuff
Donatas Abraitis
2023-09-22
1
-1
/
+1
*
Merge pull request #14442 from mjstapp/fix_no_ctime
Donald Sharp
2023-09-20
1
-1
/
+2
|
\
|
*
bgpd: replace ctime with ctime_r
Mark Stapp
2023-09-19
1
-1
/
+2
*
|
bgpd: Prevent use after free from coverity's perspective
Donald Sharp
2023-09-19
1
-1
/
+2
|
/
*
bgpd: Ensure that leak_update does not free memory before it is being used
Donald Sharp
2023-09-11
1
-1
/
+2
*
bgpd: Refactor bgp_static_set/bgp_static_set_safi
Donatas Abraitis
2023-08-14
1
-26
/
+33
[next]