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
*
bgpd: Add more context in logs about from where to where routes are leaked
Donatas Abraitis
2023-02-06
1
-2
/
+6
*
bgpd: Drop struct bgp from vpn_leak_to_vrf_withdraw()
Donatas Abraitis
2023-02-06
1
-5
/
+4
*
bgpd: Skip RD match if ACCEPT_OWN is not enabled
Ryoga Saito
2023-01-20
1
-2
/
+3
*
Merge pull request #12643 from opensourcerouting/fix/cosmetic_log_changes
Russ White
2023-01-17
1
-5
/
+4
|
\
|
*
bgpd: Drop redundant `vrf` keyword in BGP debug log changes
Donatas Abraitis
2023-01-16
1
-5
/
+4
*
|
bgpd: Set nh ifindex to VRF's interface, not the real
Donatas Abraitis
2023-01-15
1
-1
/
+9
*
|
bgpd: Allow importing local routes with accept-own mechanism
Donatas Abraitis
2023-01-15
1
-20
/
+29
|
/
*
Revert "Merge pull request #11127 from louis-6wind/bgp-leak"
Donald Sharp
2023-01-13
1
-65
/
+18
*
Merge pull request #12515 from opensourcerouting/fix/show_ip_bgp_detail_weird...
Russ White
2022-12-27
1
-1
/
+5
|
\
|
*
bgpd: Adopt `show bgp detail-routes` command for L3VPN outputs as well
Donatas Abraitis
2022-12-20
1
-1
/
+5
*
|
bgpd: resend routes deleted by kernel after interface addresses deletion
Louis Scalbert
2022-12-16
1
-0
/
+1
*
|
bgpd: update route leaking when a VRF loopback is received
Louis Scalbert
2022-12-16
1
-1
/
+10
*
|
bgpd: fix invalid nexthop interface on leaked routes
Louis Scalbert
2022-12-16
1
-0
/
+8
*
|
bgpd: fix prefix VRF leaking with 'network import-check' (4/5)
Louis Scalbert
2022-12-16
1
-0
/
+13
*
|
bgpd: fix prefix VRF leaking with 'network import-check' (2/5)
Louis Scalbert
2022-12-16
1
-16
/
+18
*
|
bgpd: fix prefix VRF leaking with 'network import-check' (1/5)
Louis Scalbert
2022-12-16
1
-1
/
+5
*
|
bgpd: fix prefix VRF leaking with 'no network import-check'
Louis Scalbert
2022-12-16
1
-2
/
+12
|
/
*
Merge pull request #12438 from proelbtn/fix-#12349
Donatas Abraitis
2022-12-15
1
-1
/
+2
|
\
|
*
bgpd: Stop overriding nexthop when BGP unnumberred
Ryoga Saito
2022-12-04
1
-1
/
+2
*
|
bgpd: Fix delete_vrf_tovpn_sid
Ryoga Saito
2022-12-04
1
-2
/
+2
|
/
*
Merge pull request #12219 from cscarpitta/feature/srv6-usid-behavior-support
Donatas Abraitis
2022-11-14
1
-2
/
+16
|
\
|
*
bgpd: Use SRv6 codepoints in the BGP Advertisement
Carmine Scarpitta
2022-11-08
1
-2
/
+16
*
|
Merge pull request #12236 from cscarpitta/fix/replace-inet-top-in-bgp-mplsvpn
David Lamparter
2022-11-01
1
-12
/
+6
|
\
\
|
*
|
bgpd: Replace `inet_ntop` with `%pI6`
Carmine Scarpitta
2022-10-30
1
-12
/
+6
|
|
/
*
|
bgpd: Do not set chunk pointer to NULL after free
Carmine Scarpitta
2022-10-29
1
-2
/
+0
*
|
lib, bgpd: Enhance `srv6_locator_chunk_free()` API
Carmine Scarpitta
2022-10-29
1
-4
/
+4
|
/
*
bgpd: Add `no sid vpn per-vrf export` command
Carmine Scarpitta
2022-10-18
1
-0
/
+75
*
bgpd: add support for per-VRF SRv6 SID
Carmine Scarpitta
2022-10-18
1
-3
/
+208
*
bgpd: Add missing debug guard in SRv6 L3VPN code
Carmine Scarpitta
2022-10-13
1
-2
/
+4
*
bgpd: Implement ACCEPT_OWN extended community
Donatas Abraitis
2022-10-12
1
-11
/
+73
*
Merge pull request #11981 from proelbtn/add-support-to-change-function-length
Russ White
2022-10-12
1
-30
/
+90
|
\
|
*
bgpd: add handling for special label
Ryoga Saito
2022-10-07
1
-3
/
+20
|
*
bgpd: save srv6_locator_chunk in vpn_policy
Ryoga Saito
2022-10-07
1
-14
/
+24
|
*
bgpd: allocate SID according to Function length
Ryoga Saito
2022-10-07
1
-7
/
+30
|
*
bgpd: fix transpose_sid
Ryoga Saito
2022-10-07
1
-8
/
+18
*
|
bgpd: memory leak issue fix
Samanvitha B Bhargav
2022-09-21
1
-3
/
+9
|
/
*
bgpd: add 'mpls bgp forwarding' to ease mpls vpn ebgp peering
Philippe Guibert
2022-09-05
1
-0
/
+5
*
Merge pull request #11833 from opensourcerouting/feature/bgp_neighbor_soo
Russ White
2022-08-30
1
-24
/
+6
|
\
|
*
bgpd: Rename ecomm_intersect() to ecommunity_include()
Donatas Abraitis
2022-08-19
1
-24
/
+6
*
|
bgpd: Convert from bgp_clock() to monotime()
Donald Sharp
2022-08-24
1
-1
/
+1
|
/
*
Merge pull request #11523 from pguibert6WIND/bgp_no_retain
Russ White
2022-07-26
1
-6
/
+10
|
\
|
*
bgpd: implement retain route-target all behaviour
Philippe Guibert
2022-07-18
1
-6
/
+10
*
|
bgpd: Add constants for some repetitive CLI strings
Donatas Abraitis
2022-07-18
1
-1
/
+1
|
/
*
bgpd: fix wrong nexthop bgp struct for nexthop validation
Louis Scalbert
2022-07-11
1
-3
/
+7
*
bgpd: rename "struct bgp" variables in mplsvpn
Louis Scalbert
2022-07-11
1
-122
/
+118
*
bgpd: remove duplicated arg in leak_update
Louis Scalbert
2022-07-11
1
-8
/
+8
*
bgpd: show prefix in leak_update_nexthop_valid debug
Louis Scalbert
2022-07-08
1
-2
/
+3
*
bgpd: fix setting BGP_PATH_VALID flag in leak_update
Louis Scalbert
2022-07-08
1
-8
/
+10
*
bgpd: factorize nexthop validation code in leak_update function
Louis Scalbert
2022-07-08
1
-85
/
+56
*
*: Use autocomplete for route-maps under commands that require it
Donatas Abraitis
2022-06-13
1
-2
/
+2
[next]