You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In working with the various libnl3 cache operations, I don't receive any notification callback in the event of a flush operation (XFRM_MSG_FLUSHSA/XFRM_MSG_FLUSHPOL/etc). Looking at the code it appears the various corresponding nl_cache_ops structures all only encode the new/del/get/upd operations). Is this by design, or is there a way for a cache manager to notify an application of a flush operation?
The text was updated successfully, but these errors were encountered:
In working with the various libnl3 cache operations, I don't receive any notification callback in the event of a flush operation (XFRM_MSG_FLUSHSA/XFRM_MSG_FLUSHPOL/etc). Looking at the code it appears the various corresponding nl_cache_ops structures all only encode the new/del/get/upd operations). Is this by design, or is there a way for a cache manager to notify an application of a flush operation?
The text was updated successfully, but these errors were encountered: