]> git.ipfire.org Git - thirdparty/wireguard-tools.git/commit
netlink: do not stuff index into nla type
authorJason A. Donenfeld <Jason@zx2c4.com>
Mon, 8 Oct 2018 01:06:47 +0000 (03:06 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 8 Oct 2018 01:14:52 +0000 (03:14 +0200)
commit54569b7999252c223dd387117383bb3e727cb8aa
tree71dd9172044107062666643415dca083f8f6c49a
parent6790b078687949461799ee6862b283393cebe73f
netlink: do not stuff index into nla type

It's not used for anything, and LKML doesn't like the type being used as
an index value.

Suggested-by: Eugene Syromiatnikov <esyr@redhat.com>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
contrib/embeddable-wg-library/wireguard.c
src/ipc.c