index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgpd: bgp_fsm_change_status/BGP_TIMER_ON and BGP_EVENT_ADD
Donald Sharp
2023-09-10
13
-266
/
+232
*
bgpd: peer_established should be connection oriented
Donald Sharp
2023-09-10
17
-97
/
+108
*
bgpd: make bgp_keepalives_on|off connection oriented
Donald Sharp
2023-09-10
4
-17
/
+21
*
bgpd: bgp_open_send is connection oriented not peer oriented
Donald Sharp
2023-09-10
3
-10
/
+9
*
bgpd: convert bgp_stop_with_notify to connection based
Donald Sharp
2023-09-10
1
-5
/
+8
*
bgpd: make bgp_timer_set use a peer_connection instead
Donald Sharp
2023-09-10
4
-60
/
+57
*
bgpd: bgp_notify_send use peer_connection instead of peer
Donald Sharp
2023-09-09
9
-162
/
+197
*
bgpd: move t_pmax_restart to peer_connection
Donald Sharp
2023-09-09
5
-11
/
+11
*
bgpd: move t_generate_updgrp_packets into peer_connection
Donald Sharp
2023-09-09
5
-12
/
+16
*
bgpd: move t_gr_restart and _stale into peer_connection
Donald Sharp
2023-09-09
5
-46
/
+54
*
bgpd: move t_routeadv to peer_connection
Donald Sharp
2023-09-09
5
-31
/
+37
*
bgpd: t_connect_check_r and w move to peer connection
Donald Sharp
2023-09-09
3
-18
/
+19
*
bgpd: t_holdtime move to peer_connection
Donald Sharp
2023-09-09
2
-18
/
+18
*
bgpd: move t_start into peer_connection
Donald Sharp
2023-09-09
4
-19
/
+22
*
bgpd: move t_delayopen from peer to peer_connection
Donald Sharp
2023-09-09
2
-13
/
+13
*
bgpd: t_connect conversion from peer to peer_connect
Donald Sharp
2023-09-09
3
-26
/
+31
*
bgpd: Remove BGP_EVENT_FLUSH and just use event_cancel_event_ready
Donald Sharp
2023-09-09
3
-9
/
+3
*
Merge pull request #14377 from mjstapp/nl_rule_valid_action
Donatas Abraitis
2023-09-09
1
-0
/
+24
|
\
|
*
zebra: ignore iprule requests for unsupported actions
Mark Stapp
2023-09-08
1
-0
/
+24
*
|
Merge pull request #14360 from opensourcerouting/fix/as_path_no_prepend
Quentin Young
2023-09-07
1
-18
/
+2
|
\
\
|
*
|
bgpd: Fix `no set as-path prepend` command for BGP
Donatas Abraitis
2023-09-06
1
-18
/
+2
*
|
|
Merge pull request #14358 from donaldsharp/tc_possible_crash
Donatas Abraitis
2023-09-07
1
-2
/
+6
|
\
\
\
|
*
|
|
zebra: Prevent Null pointer deref
Donald Sharp
2023-09-06
1
-2
/
+6
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #14357 from donaldsharp/no_need_anymore
David Lamparter
2023-09-06
1
-6
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
*: Remove unused configure option
Donald Sharp
2023-09-05
1
-6
/
+0
*
|
|
Merge pull request #14261 from Keelan10/ospfd-memleak
Donald Sharp
2023-09-06
1
-2
/
+11
|
\
\
\
|
*
|
|
ospfd: fix area range memory leak
Keelan10
2023-09-05
1
-2
/
+11
*
|
|
|
Merge pull request #14225 from opensourcerouting/bug/topostest_grpc
Donald Sharp
2023-09-06
1
-12
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
topotest: Command using wrong python version
Rodrigo Nardi
2023-08-30
1
-12
/
+1
*
|
|
|
Merge pull request #14344 from opensourcerouting/freebsd-printf-sync-20230903
Donald Sharp
2023-09-06
6
-10
/
+36
|
\
\
\
\
|
*
|
|
|
lib/printf: update README
David Lamparter
2023-09-03
1
-3
/
+3
|
*
|
|
|
tests: exercise `%b` printfrr format specifier
David Lamparter
2023-09-03
1
-0
/
+3
|
*
|
|
|
tools/gcc-plugins: allow ISO C23 `%b`
David Lamparter
2023-09-03
1
-1
/
+1
|
*
|
|
|
lib/printf: Implement N2630.
Dag-Erling Smørgrav
2023-09-03
2
-0
/
+27
|
*
|
|
|
lib/printf: Remove $FreeBSD$: two-line .h pattern
Warner Losh
2023-09-03
2
-4
/
+0
|
*
|
|
|
lib/printf: drop "All rights reserved" from Foundation copyrights
Ed Maste
2023-09-03
2
-2
/
+2
*
|
|
|
|
Merge pull request #14349 from opensourcerouting/fix/update_doc_for_docker
Jafar Al-Gharaibeh
2023-09-06
1
-3
/
+3
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
doc: Reuse $TAG for git checkout when building Docker images
Donatas Abraitis
2023-09-05
1
-3
/
+3
*
|
|
|
|
Merge pull request #14285 from opensourcerouting/feature/graceful_restart_dyn...
Russ White
2023-09-05
6
-5
/
+362
|
\
\
\
\
\
|
*
|
|
|
|
bgpd: Print a hostname also for GR logs under dynamic capability
Donatas Abraitis
2023-08-30
1
-8
/
+6
|
*
|
|
|
|
bgpd: Make sure we have enough data to read restart time and flags for GR cap
Donatas Abraitis
2023-08-30
1
-0
/
+7
|
*
|
|
|
|
tests: Check if GR settings can be changed via BGP dynamic capabilities
Donatas Abraitis
2023-08-30
3
-0
/
+177
|
*
|
|
|
|
doc: GR restart time, notifcation flag can be changed via BGP dynamic cap
Donatas Abraitis
2023-08-30
1
-3
/
+6
|
*
|
|
|
|
bgpd: Handle Graceful-Restart capability with dynamic capability
Donatas Abraitis
2023-08-30
2
-2
/
+174
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #14341 from opensourcerouting/fix/bgpd_BGP_ATTR_PMSI_TUNNE...
Russ White
2023-09-05
1
-0
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
bgpd: Treat as4-path (17) attribute as withdraw if malformed
Donatas Abraitis
2023-09-01
1
-0
/
+1
|
*
|
|
|
|
bgpd: Treat PMSI tunnel attribute as withdrawn if malformed
Donatas Abraitis
2023-09-01
1
-0
/
+1
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #14318 from raja-rajasekar/frr_dev1
Russ White
2023-09-05
3
-20
/
+48
|
\
\
\
\
\
|
*
|
|
|
|
zebra: Fix zebra crash when replacing NHE during shutdown
Rajasekar Raja
2023-08-31
3
-20
/
+48
*
|
|
|
|
|
Merge pull request #14234 from Pdoijode/pdoijode/frr-bgp-nexthop-find-fix-1
Russ White
2023-09-05
4
-3
/
+84
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
[next]