sdk
sdk copied to clipboard
Add request validating chain element for nsmgr
Motivation
nsmgr could validate incoming requests from NSC to fast fail it if the incoming request is invalid. In this case, we can get a fast response without resource allocation and deleting in forwarders, endpoints.
Checks
- Check that the incoming request has not selected a mechanism in the connection on the first request.
- Check that the prefered mechanisms list is not empty.
- TODO: add other checks
@edwarnicke Does this element make sense?