libnl icon indicating copy to clipboard operation
libnl copied to clipboard

Request flag is missing?

Open fractalb opened this issue 3 years ago • 1 comments

if (!(msg = nlmsg_alloc_simple(XFRM_MSG_GETSA, 0))) I think that NLM_F_REQUEST flag should have been the second argument in the above function call nlmsg_alloc_simple.

This code is from xfrmnl_sa_build_get_request function defined in the file lib/xfrm/sa.c

fractalb avatar Mar 28 '21 17:03 fractalb

In order to avoiding the Devil's Numbers?

chengyechun avatar Dec 20 '21 10:12 chengyechun