diff options
| author | Christian Hopps <chopps@labn.net> | 2023-03-28 13:08:01 -0400 |
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2023-03-31 15:21:20 -0400 |
| commit | 803829e41e129ba2ea1b519a665c8732777e2008 (patch) | |
| tree | 8927b69da27a9894cb1e96e08cd969ade6ac79b6 /mgmtd/mgmt_ds.h | |
| parent | 8fb208222938c1e0cafb13596d2d40c9c446325b (diff) | |
mgmtd: remove startup config feature for now
The startup config and how it interacts with explicit commits,
commit databases and implicit commits needs to be worked out
in design first. For now remove the offending code.
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'mgmtd/mgmt_ds.h')
| -rw-r--r-- | mgmtd/mgmt_ds.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mgmtd/mgmt_ds.h b/mgmtd/mgmt_ds.h index 89a2ea9425..8d01f3d5b1 100644 --- a/mgmtd/mgmt_ds.h +++ b/mgmtd/mgmt_ds.h @@ -24,8 +24,6 @@ #define MGMTD_DS_NAME_CANDIDATE "candidate" #define MGMTD_DS_NAME_OPERATIONAL "operational" -#define MGMTD_STARTUP_DS_FILE_PATH DAEMON_DB_DIR "/frr_startup.json" - #define FOREACH_MGMTD_DS_ID(id) \ for ((id) = MGMTD_DS_NONE; (id) < MGMTD_DS_MAX_ID; (id)++) |
