Balaji Marisetti

Results 2 issues of Balaji Marisetti

` 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...

It'd be good to have a VICI command, like `list-commands`, to list all the available VICI commands, and a `help` command to get help for each of those commands.