index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vrrpd
/
vrrp.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-01
bgpd: Fix typo in debug message
anlan_cs
1
-3
/
+3
2023-06-01
tests: new mgmt_startup tests are failing due to insufficient time
Donald Sharp
2
-5
/
+5
2023-06-01
eigrpd: dest_addr does not need to be set to NULL
Donald Sharp
1
-3
/
+0
2023-06-01
bgpd: vpn_policy_getafi can return AFI_MAX
Donald Sharp
1
-0
/
+2
2023-06-01
bgpd: blnc cannot be NULL at if statement time
Donald Sharp
1
-7
/
+6
2023-06-01
zebra: Consolidate the stream_failure section with normal return
Donald Sharp
1
-2
/
+0
2023-06-01
zebra: No need to set msg to NULL
Donald Sharp
1
-2
/
+0
2023-06-01
bgpd: community_list_set str is always non null
Donald Sharp
2
-8
/
+8
2023-06-01
ldpd: changes for code maintainability
sri-mohan1
1
-39
/
+33
2023-05-31
ospf6d: Prevent redundant LSA generation before interface goes down
David Ward
1
-1
/
+0
2023-05-31
lib: fix vtysh core when handling questionmark
Yuan Yuan
1
-2
/
+6
2023-05-31
doc: Update reference table for current and upcoming release dates
Donatas Abraitis
1
-9
/
+9
2023-05-31
mgmtd: xpath is already NULL in the failure path
Donald Sharp
1
-9
/
+2
2023-05-31
bgpd: fix bgpd core when unintern attr
Yuan Yuan
1
-0
/
+4
2023-05-31
ospfd, ospf6d: fix time_t truncation
Renato Westphal
4
-4
/
+5
2023-05-30
tests: Actually loop if ping fails
Donald Sharp
1
-1
/
+2
2023-05-30
mgmtd: fix possible race btw read config and backend connection
Christian Hopps
2
-42
/
+9
2023-05-30
zebra: use ifindex vs ifp to avoid use-after-free on shutdown
Christian Hopps
2
-7
/
+17
2023-05-30
zebra: avoid unneeded vxlan work on shutdown
Christian Hopps
1
-1
/
+3
2023-05-30
tests: add unified config tests
Christian Hopps
8
-197
/
+311
2023-05-30
pim6d: Fix crash in ipv6 pim command
Sarita Patra
1
-3
/
+5
2023-05-30
mgmtd: address review comments
Christian Hopps
4
-14
/
+8
2023-05-30
mgmtd: fix clang uninit warning
Christian Hopps
1
-1
/
+3
2023-05-30
tests: add some more mgmtd tests
Christian Hopps
8
-0
/
+418
2023-05-30
mgmtd: cleanup BE xpath subscription and matching code
Christian Hopps
5
-241
/
+261
2023-05-30
lib: mgmtd: fix memleaks
Christian Hopps
3
-2
/
+7
2023-05-30
lib: mgmtd: add manual vty server start option and use it
Christian Hopps
6
-21
/
+44
2023-05-30
lib: mgmtd: fixes for startup config file processing
Christian Hopps
5
-51
/
+136
2023-05-30
mgmtd: Add note to SETCFG_REQ and debug logging
Christian Hopps
1
-2
/
+11
2023-05-30
mgmtd: simplify early config build removing unused code
Christian Hopps
4
-181
/
+74
2023-05-30
mgmtd: fix reading of config file[s]
Christian Hopps
8
-86
/
+211
2023-05-28
lib, zebra: Ensure that the ifp->node exists
Donald Sharp
2
-0
/
+4
2023-05-28
pimd: When doing json output do not output non-json strings
Donald Sharp
1
-2
/
+2
2023-05-28
tests: Allow ping to run multiple times before failing
Donald Sharp
1
-2
/
+9
2023-05-28
lib: enable short circuit for FE client/adapter connection
Christian Hopps
2
-3
/
+17
2023-05-28
staticd: remove connect notify function, not needed
Christian Hopps
1
-3
/
+8
2023-05-28
mgmtd: lib: cleanup error and debug messages
Christian Hopps
5
-272
/
+316
2023-05-28
mgmtd: lib: move INIT to after client registers
Christian Hopps
2
-0
/
+11
2023-05-28
mgmtd: send reply to SUBSCR_REQ with success or not
Christian Hopps
1
-9
/
+35
2023-05-28
lib: add short-circuit operation between same process
Christian Hopps
6
-36
/
+162
2023-05-28
lib: mgmtd: add a identifying tag to the debug message
Christian Hopps
4
-10
/
+12
2023-05-28
lib: dont be tricky with session_id just make it a session_id
Christian Hopps
5
-292
/
+239
2023-05-28
mgmtd: fix cleanup of cleanup in FE adapter code
Christian Hopps
1
-48
/
+41
2023-05-28
mgmtd: eliminate unused state
Christian Hopps
3
-5
/
+1
2023-05-28
mgmtd: cleanup/fix BE adapter deletion code
Christian Hopps
1
-37
/
+38
2023-05-28
mgmtd: convert BE/FE adapter to use allocated connections
Christian Hopps
4
-47
/
+42
2023-05-28
lib: mgmtd: add server-side connection code to mgmt_msg
Christian Hopps
14
-742
/
+387
2023-05-28
lib: msg: refactor common connection code from mgmtd
Christian Hopps
10
-396
/
+437
2023-05-28
lib: mgmt msg: add version to messages
Christian Hopps
6
-33
/
+46
2023-05-28
lib: remove write-on-off, just requeue to the back of the queue
Christian Hopps
9
-178
/
+10
[next]