]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
rtnetlink: add IFLA_GROUP to ifla_policy
authorSerhey Popovych <serhe.popovych@gmail.com>
Tue, 20 Jun 2017 11:35:23 +0000 (14:35 +0300)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Wed, 19 Jul 2017 07:58:41 +0000 (09:58 +0200)
commita783983a3a9132e0875e0ca653a1d9d8989b1a11
tree940fb36e81e57174aced1bfeb6cd8ce10a4c3000
parente2a2c516ddbfb58257b3fd4fa359600c9e93c14e
rtnetlink: add IFLA_GROUP to ifla_policy

BugLink: http://bugs.launchpad.net/bugs/1702863
[ Upstream commit db833d40ad3263b2ee3b59a1ba168bb3cfed8137 ]

Network interface groups support added while ago, however
there is no IFLA_GROUP attribute description in policy
and netlink message size calculations until now.

Add IFLA_GROUP attribute to the policy.

Fixes: cbda10fa97d7 ("net_device: add support for network device groups")
Signed-off-by: Serhey Popovych <serhe.popovych@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
net/core/rtnetlink.c