mirror_frr/mgmtd
Christian Hopps d6665cf63f lib: dont be tricky with session_id just make it a session_id
- Previously was substituting a pointer to local allocated session for the
session_id returned from the FE adapter. This complexity isn't needed.
- Get rid of "%llu" format and the casts that came with it, instead use PRIu64
and the actual (uint64_t) type.

Signed-off-by: Christian Hopps <chopps@labn.net>
2023-05-28 05:13:22 -04:00
..
.gitignore mgmtd: Bringup MGMTD daemon and datastore module support 2023-03-21 22:08:32 -04:00
Makefile mgmtd: Bringup MGMTD daemon and datastore module support 2023-03-21 22:08:32 -04:00
mgmt_be_adapter.c mgmtd: eliminate unused state 2023-05-28 05:13:22 -04:00
mgmt_be_adapter.h mgmtd: eliminate unused state 2023-05-28 05:13:22 -04:00
mgmt_defines.h lib: remove write-on-off, just requeue to the back of the queue 2023-05-28 05:13:22 -04:00
mgmt_ds.c mgmtd: fix uninit warning and cleanup history error messages 2023-05-18 08:42:42 -04:00
mgmt_ds.h mgmtd: simplify commit id to just be a timeval string 2023-05-04 14:47:55 -04:00
mgmt_fe_adapter.c lib: dont be tricky with session_id just make it a session_id 2023-05-28 05:13:22 -04:00
mgmt_fe_adapter.h mgmtd: convert BE/FE adapter to use allocated connections 2023-05-28 05:13:22 -04:00
mgmt_history.c mgmtd: fix uninit warning and cleanup history error messages 2023-05-18 08:42:42 -04:00
mgmt_history.h mgmtd: simplify commit id to just be a timeval string 2023-05-04 14:47:55 -04:00
mgmt_main.c lib: mgmtd: add server-side connection code to mgmt_msg 2023-05-28 05:13:22 -04:00
mgmt_memory.c lib, mgmtd: Use short memory names so they fit within vty output 2023-05-19 21:31:35 -04:00
mgmt_memory.h mgmtd: Add MGMT Transaction Framework 2023-03-21 22:08:32 -04:00
mgmt_txn.c mgmtd: eliminate unused state 2023-05-28 05:13:22 -04:00
mgmt_txn.h *: Convert struct event_master to struct event_loop 2023-03-24 08:32:17 -04:00
mgmt_vty.c lib: mgmtd: add server-side connection code to mgmt_msg 2023-05-28 05:13:22 -04:00
mgmt.c lib: mgmtd: add server-side connection code to mgmt_msg 2023-05-28 05:13:22 -04:00
mgmt.h mgmtd: simplify commit id to just be a timeval string 2023-05-04 14:47:55 -04:00
subdir.am lib: mgmtd: add server-side connection code to mgmt_msg 2023-05-28 05:13:22 -04:00