commit | c77b93641e7dc88ef4919d8126949e3ec3ffe407 | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Sun Oct 07 20:16:42 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 08 10:39:05 2018 -0700 |
tree | 29bc7d0e960f62221a4a33031c39b3415ac52748 | |
parent | addd383f5a0ba9bf8336be3cc8b7a2916c08a77a [diff] |
net/bridge: Update br_mdb_dump for strict data checking Update br_mdb_dump for strict data checking. If the flag is set, the dump request is expected to have a br_port_msg struct as the header. All elements of the struct are expected to be 0 and no attributes can be appended. Signed-off-by: David Ahern <dsahern@gmail.com> Acked-by: Christian Brauner <christian@brauner.io> Signed-off-by: David S. Miller <davem@davemloft.net>