mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 23:42:27 +00:00
![]() Move away from things like "lock if not locked" type code, require the user has locked prior to geting to that point. For now we warn if we are taking a lock we already had; however, this should really be a failure point. New requirements: SETCFG - not implicit commit - requires user has locked candidate DS and they must unlock after implicit commit - requires user has locked candidate and running DS both locks will be unlocked on reply to the SETCFG COMMITCFG - requires user has locked candidate and running DS and they must unlock after rollback - this code now get both locks and then does an unlock and early return thing on the adapter side. It needs to be un-special cased in follow up work that would also include tests for this functionality. Signed-off-by: Christian Hopps <chopps@labn.net> |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile | ||
mgmt_be_adapter.c | ||
mgmt_be_adapter.h | ||
mgmt_defines.h | ||
mgmt_ds.c | ||
mgmt_ds.h | ||
mgmt_fe_adapter.c | ||
mgmt_fe_adapter.h | ||
mgmt_history.c | ||
mgmt_history.h | ||
mgmt_main.c | ||
mgmt_memory.c | ||
mgmt_memory.h | ||
mgmt_txn.c | ||
mgmt_txn.h | ||
mgmt_vty.c | ||
mgmt.c | ||
mgmt.h | ||
subdir.am |