Re: [PATCH] rtnetlink: add IFLA_GROUP to ifla_policy

2017-06-20 Thread David Miller
From: Serhey Popovych Date: Tue, 20 Jun 2017 14:35:23 +0300 > 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

[PATCH] rtnetlink: add IFLA_GROUP to ifla_policy

2017-06-20 Thread Serhey Popovych
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

Re: rtnetlink: add IFLA_GROUP to ifla_policy

2017-06-19 Thread David Miller
From: David Miller Date: Mon, 19 Jun 2017 14:47:44 -0400 (EDT) > From: Serhey Popovych > Date: Fri, 16 Jun 2017 15:22:24 +0300 > >> Network interface groups support added while ago, however >> there is no IFLA_GROUP attribute description in policy >> and netlink message size calculations until

Re: rtnetlink: add IFLA_GROUP to ifla_policy

2017-06-19 Thread David Miller
From: Serhey Popovych Date: Fri, 16 Jun 2017 15:22:24 +0300 > 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

rtnetlink: add IFLA_GROUP to ifla_policy

2017-06-16 Thread Serhey Popovych
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