Re: [PATCH net] openvswitch: warn about missing first netlink attribute

2017-06-08 Thread David Miller
From: Nicolas Dichtel Date: Thu, 8 Jun 2017 10:37:45 +0200 > The first netlink attribute (value 0) must always be defined > as none/unspec. > > Because we cannot change an existing UAPI, I add a comment to point the > mistake and avoid to propagate it in a new ovs API in the future. > > Signed

[PATCH net] openvswitch: warn about missing first netlink attribute

2017-06-08 Thread Nicolas Dichtel
The first netlink attribute (value 0) must always be defined as none/unspec. Because we cannot change an existing UAPI, I add a comment to point the mistake and avoid to propagate it in a new ovs API in the future. Signed-off-by: Nicolas Dichtel --- include/uapi/linux/openvswitch.h | 1 + 1 fil