On Fri, 14 Apr 2017 14:36:21 +0200 David Lebrun <[email protected]> wrote:
> +static struct {
> + int cmd;
Why not unsigned? you only assign positive values
> + struct in6_addr addr;
> + __u32 keyid;
> + char *pass;
Why not const char *? or do you free the value on exit?
> + __u8 alg_id;
> +} opts;
> +
