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
*
Merge pull request #11177 from opensourcerouting/fix/memset_memcpy
Donald Sharp
2022-05-13
22
-75
/
+74
|
\
|
*
*: Properly use memset() when zeroing
Donatas Abraitis
2022-05-11
22
-74
/
+73
|
*
bgpd: Use sizeof() for memset instead of numeric
Donatas Abraitis
2022-05-11
1
-1
/
+1
*
|
Merge pull request #11188 from opensourcerouting/fix/argv_find
Donald Sharp
2022-05-13
3
-48
/
+53
|
\
\
|
*
|
bgpd: Check and validate return value for str2ipaddr()
Donatas Abraitis
2022-05-12
1
-3
/
+12
|
*
|
bgpd: Check argv_find() value instead of the index
Donatas Abraitis
2022-05-12
3
-40
/
+40
|
*
|
bgpd: Reuse index from argv_find only if found
Donatas Abraitis
2022-05-12
1
-8
/
+4
|
|
/
*
|
bgpd: Align bgp_dump.h to our standards
Donald Sharp
2022-05-12
1
-1
/
+1
*
|
bgpd: Align bgp_debug.h to our standards
Donald Sharp
2022-05-12
1
-3
/
+3
*
|
bgpd: Align bgp_damp.h to our standards
Donald Sharp
2022-05-12
1
-7
/
+9
*
|
bgpd: Align bgp_community.h to our standards
Donald Sharp
2022-05-12
1
-15
/
+16
*
|
bgpd: Align bgp_clist.h to our standards
Donald Sharp
2022-05-12
1
-9
/
+12
*
|
bgpd: Align bgp_attr.h to our standards
Donald Sharp
2022-05-12
1
-12
/
+13
*
|
bgpd: Align bgp_aspath.h to our standards
Donald Sharp
2022-05-12
1
-37
/
+42
*
|
bgpd: Align bgp_advertise.h to our standards
Donald Sharp
2022-05-12
1
-8
/
+10
*
|
bgpd: Align bgp_zebra.h to our standards
Donald Sharp
2022-05-12
1
-24
/
+34
*
|
bgpd: Align bgp_mpath.h to our standards
Donald Sharp
2022-05-12
1
-6
/
+7
*
|
bgpd: Change single value bitfield to a bool
Donald Sharp
2022-05-12
5
-18
/
+13
*
|
bgpd: Prevent crash when issuing various forms of `bgp no-rib`
Donald Sharp
2022-05-12
1
-2
/
+20
*
|
Merge pull request #11176 from anlancs/fix/bgpd-remove-for-type2-prefix
Donatas Abraitis
2022-05-12
1
-2
/
+1
|
\
\
|
*
|
bgpd: remove unncessary check for evpn
anlan_cs
2022-05-11
1
-2
/
+1
*
|
|
Merge pull request #11186 from anlancs/fix/bgpd-comment-should-es
Donatas Abraitis
2022-05-12
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
bgpd,zebra: correct one debug log for evpn-mh
anlan_cs
2022-05-12
1
-1
/
+1
|
|
/
*
|
bgpd: Reset bgp_notify.hard_reset on receive to avoid stale data
Donatas Abraitis
2022-05-10
1
-0
/
+1
*
|
bgpd: Send Hard Reset Notification for BGP_NOTIFY_CEASE_ADMIN_RESET
Donatas Abraitis
2022-05-10
4
-6
/
+76
|
/
*
Merge pull request #11138 from opensourcerouting/fix/rpki
Russ White
2022-05-10
1
-104
/
+78
|
\
|
*
bgpd: Show which RPKI server we are connected to
Donatas Abraitis
2022-05-03
1
-22
/
+23
|
*
bgpd: Add `rpki reset` to ENABLE node
Donatas Abraitis
2022-05-03
1
-0
/
+1
|
*
bgpd: Convert some variables from int to bool for RPKI
Donatas Abraitis
2022-05-03
1
-16
/
+16
|
*
bgpd: Make sure we print stats if we are sync at least with a single group
Donatas Abraitis
2022-05-03
1
-12
/
+19
|
*
Revert "bgpd: Handle TCP connection errors with connection callbacks for RPKI"
Donatas Abraitis
2022-05-03
1
-55
/
+20
|
*
Revert "bgpd: Fix while(read()) for RPKI sync callback"
Donatas Abraitis
2022-05-03
1
-1
/
+1
*
|
Merge pull request #11147 from opensourcerouting/feature/gr_n-bit_cli_knob
Russ White
2022-05-10
3
-3
/
+43
|
\
\
|
*
|
bgpd: Add CLI knob to enable graceful restart for BGP notifications
Donatas Abraitis
2022-05-05
3
-3
/
+43
*
|
|
Merge pull request #11163 from opensourcerouting/fix/same_type_casting
Igor Ryzhov
2022-05-09
2
-7
/
+4
|
\
\
\
|
*
|
|
*: Avoid casting to the same type as on the left
Donatas Abraitis
2022-05-08
2
-7
/
+4
*
|
|
|
Merge pull request #11154 from opensourcerouting/fix/increase_bgp_flags
Russ White
2022-05-09
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
bgpd: Use uint64_t for bgp->flags
Donatas Abraitis
2022-05-06
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge pull request #11162 from anlancs/fix/bgpd-cleanup-5
Russ White
2022-05-09
2
-28
/
+4
|
\
\
\
\
|
*
|
|
|
bgpd: remove unnecessary check for evpn
anlan_cs
2022-05-08
2
-28
/
+4
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #11170 from anlancs/fix/bgpd-cleanup-8
mobash-rasool
2022-05-09
3
-14
/
+9
|
\
\
\
\
|
*
|
|
|
bgpd: remove one unnecessary parameter for evpn-mh
anlan_cs
2022-05-09
3
-14
/
+9
|
|
/
/
/
*
|
|
|
Merge pull request #11096 from anlancs/fix/bgpd-unlock
Russ White
2022-05-09
1
-11
/
+5
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
bgpd: clear misleading mismatched check
anlan_cs
2022-05-08
1
-11
/
+5
|
|
/
/
*
|
|
Merge pull request #11145 from donaldsharp/bgp_capability
Donatas Abraitis
2022-05-05
2
-3
/
+22
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
bgpd: peer groups should not toggle interface based nht tracking
Donald Sharp
2022-05-04
1
-2
/
+4
|
*
|
bgpd: Refuse to let interfaced peering to change capability extended-nexthop
Donald Sharp
2022-05-04
1
-0
/
+16
|
*
|
bgpd: enhanced capability is always turned on for interface based peers
Donald Sharp
2022-05-04
1
-1
/
+2
|
|
/
*
|
Merge pull request #11059 from anlancs/fix/bgpd-evnp-wrong-check-hashget
Donatas Abraitis
2022-05-04
11
-35
/
+15
|
\
\
|
*
|
*: remove the checking returned value for hash_get()
anlan_cs
2022-05-02
11
-23
/
+12
[next]