index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docker
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-03-31
mgmtd: remove startup config feature for now
Christian Hopps
2
-26
/
+0
2023-03-31
tests: when verifying a route is missing use expected=False
Christian Hopps
1
-5
/
+13
2023-03-31
mgmtd: remove errant git added file
Christian Hopps
1
-506
/
+0
2023-03-30
sharpd: Adjust TED builder
Olivier Dugeon
1
-1
/
+1
2023-03-30
isisd: Correction of subnets creation in the TED
Olivier Dugeon
1
-1
/
+14
2023-03-30
tests: Check received routes count for labeled-unicast with addpath
Donatas Abraitis
1
-43
/
+13
2023-03-30
bgpd: increase buffer size used for dumping BGP to MRT files
jeclarke
1
-2
/
+1
2023-03-30
bgpd : aggregate-address memory leak fix
Samanvitha B Bhargav
3
-24
/
+47
2023-03-30
tests: Turn off debug logging
Donald Sharp
30
-159
/
+112
2023-03-29
bgpd: Do not call bgp_soft_reconfig_in() twice in a row on policy change
Donatas Abraitis
1
-5
/
+2
2023-03-29
isisd: Add PDU drop counter to "show isis summary"
Isabella de Leon
3
-4
/
+29
2023-03-28
zebra: Use zebra_vrf_lookup_by_id when we can
Donald Sharp
11
-38
/
+38
2023-03-28
bgpd: Do not announce routes immediatelly on filter updates
Donatas Abraitis
7
-19
/
+174
2023-03-28
vtysh: Exit with first received error code when forking
Donald Sharp
1
-3
/
+13
2023-03-28
vtysh: use fork() workflow for -f too
Quentin Young
4
-115
/
+108
2023-03-28
vtysh: use daemon type and handle multi-instance types
Mark Stapp
3
-8
/
+14
2023-03-28
vtysh, doc: add doc & help text for -t/--timestamp
Quentin Young
2
-0
/
+5
2023-03-28
vtysh: fork() on boot
Quentin Young
4
-22
/
+122
2023-03-28
lib: Remove getopt.c and getopt1.c
Donald Sharp
6
-1322
/
+2
2023-03-28
bgpd: Remove set but unused variables
Donald Sharp
4
-41
/
+3
2023-03-28
bgpd: Fix debug output for route-map names when using a unsuppress-map
Donald Sharp
1
-1
/
+4
2023-03-27
ospfd: Fix for vitual-link crash in signal handler
Pooja Jagadeesh Doijode
1
-1
/
+0
2023-03-27
build: clean up mgmtd lib protobuf make syntax
Mark Stapp
1
-4
/
+1
2023-03-27
bgpd: Copy the password from the previous peer on peer_xfer_config()
Donatas Abraitis
1
-1
/
+3
2023-03-27
mgmtd: Remove unnecessary asserts
Donald Sharp
3
-16
/
+0
2023-03-27
lib: Remove unneeded asserts in mgmt code
Donald Sharp
2
-8
/
+0
2023-03-27
ldpd: changes for code maintainability
sri-mohan1
1
-22
/
+15
2023-03-26
tests: [topojson] Update assert/error messages
nguggarigoud
23
-644
/
+568
2023-03-25
lib/clippy: bail out on newline inside string
David Lamparter
1
-1
/
+14
2023-03-25
lib/clippy: don't SEGV on invalid tokens in DEFPY
David Lamparter
1
-0
/
+4
2023-03-24
tools: Set correct directory of vtysh for frr-reload.py
Donatas Abraitis
4
-2
/
+7
2023-03-24
bgpd: Check 7 bytes for Long-lived Graceful-Restart capability
Donatas Abraitis
1
-1
/
+13
2023-03-24
bgpd: Allow self next-hop if `bgp allow-martian-nexthop` is enabled
Donatas Abraitis
1
-0
/
+6
2023-03-24
*: Fixup formatting issues due to reordering
Donald Sharp
7
-50
/
+66
2023-03-24
*: Convert event.h to frrevent.h
Donald Sharp
229
-232
/
+232
2023-03-24
*: Convert `struct event_master` to `struct event_loop`
Donald Sharp
197
-338
/
+330
2023-03-24
*: Convert thread_master_XXX functions to event_master_XXX
Donald Sharp
27
-52
/
+52
2023-03-24
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
191
-1248
/
+1243
2023-03-24
lib, zebra: Convert THREAD_TIMER_STRLEN to EVENT_TIMER_STRLEN
Donald Sharp
4
-7
/
+7
2023-03-24
lib: change cpu_thread_history to cpu_event_history
Donald Sharp
2
-22
/
+22
2023-03-24
lib: convert xref_threadsched to xref_eventsched
Donald Sharp
6
-30
/
+30
2023-03-24
lib: convert thread internal lists to event internal lists
Donald Sharp
2
-48
/
+48
2023-03-24
*: Convert struct thread_master to struct event_master and it's ilk
Donald Sharp
197
-350
/
+342
2023-03-24
*: Convert a bunch of thread_XX to event_XX
Donald Sharp
22
-112
/
+107
2023-03-24
*: Convert thread_should_yield and thread_set_yield_time
Donald Sharp
6
-10
/
+10
2023-03-24
*: Convert thread_timer_remain_XXX to event_timer_remain_XXX
Donald Sharp
25
-87
/
+85
2023-03-24
*: Convert thread_execute to event_execute
Donald Sharp
22
-65
/
+65
2023-03-24
lib: Convert THREAD_YIELD_TIME_SLOT to EVENT_YIELD_TIME_SLOT
Donald Sharp
3
-4
/
+4
2023-03-24
*: Convert thread_fetch and thread_call to event_fetch and event_call
Donald Sharp
21
-50
/
+50
2023-03-24
lib: Convert thread_type to event_type and make an enum
Donald Sharp
3
-83
/
+87
[next]