]> git.baikalelectronics.ru Git - kernel.git/commit
net: fix vlan_get_size to include vlan_flags size
authorJohn Fastabend <john.r.fastabend@intel.com>
Fri, 25 Sep 2009 13:11:24 +0000 (13:11 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 27 Sep 2009 03:16:07 +0000 (20:16 -0700)
commit6059d948a8984fb3d1a7976a91f70b5debb16244
treee8e9c493268c34ba2b729d9a21dcd2b74b99f9fa
parent428739cf6c86c7eae4d7b0b3e56de46754cb6bc8
net: fix vlan_get_size to include vlan_flags size

Fix vlan_get_size to include vlan->flags.  Currently, the
size of the vlan flags is not included in the nlmsg size.

Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/8021q/vlan_netlink.c