Skip to content
Snippets Groups Projects
Commit bbeb0ead authored by Peter Christensen's avatar Peter Christensen Committed by David S. Miller
Browse files

macvlan: Don't propagate IFF_ALLMULTI changes on down interfaces.


Clearing the IFF_ALLMULTI flag on a down interface could cause an allmulti
overflow on the underlying interface.

Attempting the set IFF_ALLMULTI on the underlying interface would cause an
error and the log message:

"allmulti touches root, set allmulti failed."

Signed-off-by: default avatarPeter Christensen <pch@ordbogen.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1a466ae9
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment