Re: [PATCH net] rtnetlink: fix FDB size computation

2016-11-18 Thread David Miller
From: Sabrina Dubroca Date: Fri, 18 Nov 2016 15:50:39 +0100 > Add missing NDA_VLAN attribute's size. > > Fixes: 1e53d5bb8878 ("net: Pass VLAN ID to rtnl_fdb_notify.") > Signed-off-by: Sabrina Dubroca Applied and queued up for -stable, thanks.

[PATCH net] rtnetlink: fix FDB size computation

2016-11-18 Thread Sabrina Dubroca
Add missing NDA_VLAN attribute's size. Fixes: 1e53d5bb8878 ("net: Pass VLAN ID to rtnl_fdb_notify.") Signed-off-by: Sabrina Dubroca --- net/core/rtnetlink.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net/core/rtnetlink.c b/net/core/rtnetlink.c