commit | ddc0bf34f9ee202315f8c844bcbdede4e3821f12 | [log] [tgz] |
---|---|---|
author | Esben Haabendal <esben@geanix.com> | Thu May 23 14:02:19 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu May 23 09:33:57 2019 -0700 |
tree | 339129f1fe0c9daa32694a88ce1b4a9d91f091da | |
parent | 5556fdb0c2ea3a9ae18e2c457a25198673761ff7 [diff] |
net: ll_temac: Do not make promiscuous mode sticky on multicast When user has requested IFF_ALLMULTI or have set more than 4 multicast addresses, we should just use promiscuous mode, but not set it in flags, as it causes the interface to stay in promiscuous mode even when the non-IFF_PROMISC condition that caused promiscuous mode to be enabled has gone away. Signed-off-by: Esben Haabendal <esben@geanix.com> Signed-off-by: David S. Miller <davem@davemloft.net>