diff options
author | Alexander Chernavin <achernavin@netgate.com> | 2021-10-20 13:22:14 +0000 |
---|---|---|
committer | Matthew Smith <mgsmith@netgate.com> | 2022-03-03 19:07:18 +0000 |
commit | aebfc285a89be20f68e5599b8d67dda8f20888a5 (patch) | |
tree | addde3494d0c3243301825943c224c9c250a7c2d /src/vnet/session/session_node.c | |
parent | 6db19a9f48e281f4bbeb49559fe1ffb7f7ff3e0d (diff) |
linux-cp: detect and delete stale entries after sync
Type: improvement
During synchronization, only the current actual set of entries is
loaded. If some entries are no longer present in the set being loaded
but present in VPP, they should be removed to fully syncronize.
With this change, add handlers for sync begin and end events. Begin
handlers will mark the entries as stale. End handlers will remove the
entries that are still marked as stale.
Signed-off-by: Alexander Chernavin <achernavin@netgate.com>
Change-Id: I4f7e872af3e1c9ffa6c63bcc3984ec76def1bb43
Diffstat (limited to 'src/vnet/session/session_node.c')
0 files changed, 0 insertions, 0 deletions