index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgpd: improve labelpool performance at scale
G. Paul Ziemba
2022-08-31
3
-27
/
+622
*
bgpd: Drop bnc_str() function
Donatas Abraitis
2022-08-25
3
-31
/
+13
*
bgpd: Convert prefix2str to %pFX
Donatas Abraitis
2022-08-25
7
-107
/
+55
*
bgpd: Do not print new line for EVPN CLI outputs if it's a JSON
Donatas Abraitis
2022-08-25
1
-2
/
+1
*
Merge pull request #11829 from donaldsharp/time_32_bits
Jafar Al-Gharaibeh
2022-08-24
23
-79
/
+71
|
\
|
*
bgpd: Replace rfapi_time() with monotime()
Donald Sharp
2022-08-24
5
-13
/
+17
|
*
bgpd: Convert from bgp_clock() to monotime()
Donald Sharp
2022-08-24
20
-66
/
+54
*
|
Revert "bgpd: Drop `internet` community check from community_list_match()"
Donatas Abraitis
2022-08-24
1
-0
/
+3
|
/
*
bgpd: Drop `internet` community check from community_list_match()
Donatas Abraitis
2022-08-16
1
-3
/
+0
*
Merge pull request #11805 from opensourcerouting/fix/treat_as_withdraw_if_as_set
Russ White
2022-08-16
1
-0
/
+26
|
\
|
*
bgpd: Treat as withdraw if we receive as path with AS_SET / AS_CONFED_SET
Donatas Abraitis
2022-08-15
1
-0
/
+26
*
|
bgpd: Change warning message when BGP community-list is not found
Donatas Abraitis
2022-08-16
1
-8
/
+5
*
|
bgpd: Ensure bgp_vrf is non-null
Donald Sharp
2022-08-15
1
-0
/
+3
|
/
*
bgpd: Convert some int functions to void
Donatas Abraitis
2022-08-12
2
-69
/
+51
*
bgpd: don't adv conditionally withdrawn routes
Quentin Young
2022-08-11
1
-0
/
+26
*
bgpd: apply cond-adv policy to update group
Quentin Young
2022-08-11
2
-2
/
+28
*
Merge pull request #11752 from opensourcerouting/fix/update_policy_on_filters
Russ White
2022-08-09
5
-32
/
+48
|
\
|
*
bgpd: Send route update when modifying access/aspath/prefix lists
Donatas Abraitis
2022-08-05
5
-32
/
+48
*
|
bgpd: When specifying listen address for bgpd we shouldn't imply no fib flag
Donatas Abraitis
2022-08-08
1
-2
/
+1
*
|
Merge pull request #11623 from taspelund/prefer_mp_nexthop
Donatas Abraitis
2022-08-08
5
-47
/
+64
|
\
\
|
*
|
bgpd: ignore NEXT_HOP for MP_REACH_NLRI
Trey Aspelund
2022-08-04
4
-42
/
+55
|
*
|
bgpd: add BGP_ATTR_MP_NEXTHOP_LEN_IP6 macro
Trey Aspelund
2022-08-04
1
-5
/
+9
|
|
/
*
|
Merge pull request #11741 from Pdoijode/bgp-evpn-flood-op-chg-master
Donatas Abraitis
2022-08-05
1
-4
/
+15
|
\
\
|
|
/
|
/
|
|
*
bgpd: addition of vxlanFlooding field to show output
Pdoijode
2022-08-04
1
-0
/
+11
|
*
bgpd: BUM flooding display change
Pooja
2022-08-03
1
-6
/
+6
*
|
Merge pull request #11739 from opensourcerouting/fix/bgp_best_path_select_defer
Donald Sharp
2022-08-04
3
-8
/
+5
|
\
\
|
*
|
bgpd: bgp_best_path_select_defer never returns negative
Donatas Abraitis
2022-08-03
3
-8
/
+5
*
|
|
bgpd: fix show bgp l2vpn evpn route rd crashes
Trey Aspelund
2022-08-04
1
-2
/
+2
|
/
/
*
/
bgpd: Add `show bgp access-list` command to filter routes by ACL
Donatas Abraitis
2022-08-03
2
-0
/
+26
|
/
*
Merge pull request #11684 from donaldsharp/cleanup_for_dev_builds
Russ White
2022-08-02
1
-8
/
+2
|
\
|
*
bgpd: use pI4
Donald Sharp
2022-07-30
1
-8
/
+2
*
|
Merge pull request #11691 from mxyns/bmp-vpnv4monupd-fix
Donald Sharp
2022-08-01
1
-5
/
+7
|
\
\
|
*
|
bgpd: fixed bmp vpnv4 monitoring are withdraws instead of updates
mxyns
2022-07-29
1
-5
/
+7
*
|
|
Merge pull request #11692 from opensourcerouting/fix/bgpd_as_override
Donald Sharp
2022-08-01
3
-29
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
bgpd: Do not check if the whole as-path has target ASN when using as-override
Donatas Abraitis
2022-07-29
3
-29
/
+4
*
|
|
bgpd: Safi can be SAFI_MAX which would allow a write beyond alloced
Donald Sharp
2022-07-29
1
-0
/
+1
*
|
|
Merge pull request #11695 from donaldsharp/afi_max
Donatas Abraitis
2022-07-28
1
-0
/
+5
|
\
\
\
|
*
|
|
bgpd: Ensure we are not using AFI_MAX
Donald Sharp
2022-07-27
1
-0
/
+5
|
|
/
/
*
|
|
Merge pull request #11693 from opensourcerouting/fix/unlock_bgp_dest
Donald Sharp
2022-07-28
1
-2
/
+9
|
\
\
\
|
*
|
|
bgpd: Unlock bgp_node after bgp_node_lookup
Donatas Abraitis
2022-07-28
1
-2
/
+9
*
|
|
|
bgpd: Improve indentation in bgp_updgrp_adv.c
Donald Sharp
2022-07-27
1
-87
/
+82
|
/
/
/
*
|
|
bgpd: Reset BGP sessions when changing the port
Donatas Abraitis
2022-07-27
2
-0
/
+4
*
|
|
bgpd: Allow setting custom port for BGP unnumbered peers
Donatas Abraitis
2022-07-27
1
-5
/
+5
|
/
/
*
|
Merge pull request #11678 from donaldsharp/valgrind_me
Donatas Abraitis
2022-07-27
1
-0
/
+5
|
\
\
|
*
|
bgpd: Fixup pbr rule changes that were missed
Donald Sharp
2022-07-26
1
-0
/
+5
*
|
|
bgpd: Remove newlines from zlog, they are not allowed
Donald Sharp
2022-07-26
1
-2
/
+2
|
/
/
*
|
Merge pull request #11582 from liwg06/master
Russ White
2022-07-26
2
-33
/
+43
|
\
\
|
*
|
bgpd: Fixup some MAC address token cli syntax
Weiguo Li
2022-07-19
2
-33
/
+43
*
|
|
Merge pull request #11523 from pguibert6WIND/bgp_no_retain
Russ White
2022-07-26
7
-19
/
+106
|
\
\
\
|
*
|
|
bgpd: implement retain route-target all behaviour
Philippe Guibert
2022-07-18
7
-19
/
+106
[next]