On 05/05/17 17:36, Tobias Klauser wrote: > The attribute sizes for IFLA_BRPORT_MCAST_FLOOD and > IFLA_BRPORT_BCAST_FLOOD weren't accounted for in br_port_info_size() > when they were added. Do so now and also add the corresponding policy > entries: > > Cc: Nikolay Aleksandrov <nikolay@xxxxxxxxxxxxxxxxxxx> > Cc: Mike Manning <mmanning@xxxxxxxxxxx> > Fixes: b6cb5ac8331b ("net: bridge: add per-port multicast flood flag") > Fixes: 99f906e9ad7b ("bridge: add per-port broadcast flood flag") > Signed-off-by: Tobias Klauser <tklauser@xxxxxxxxxx> > --- > net/bridge/br_netlink.c | 4 ++++ > 1 file changed, 4 insertions(+) > Oops, good catch. Acked-by: Nikolay Aleksandrov <nikolay@xxxxxxxxxxxxxxxxxxx>