[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20130930.150855.1177325698173768594.davem@davemloft.net>
Date: Mon, 30 Sep 2013 15:08:55 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: nicolas.dichtel@...nd.com
Cc: stephen@...workplumber.org, netdev@...r.kernel.org
Subject: Re: [PATCH net-next v3 2/2] dev: always advertise rx_flags changes
via netlink
From: Nicolas Dichtel <nicolas.dichtel@...nd.com>
Date: Wed, 25 Sep 2013 12:02:45 +0200
> When flags IFF_PROMISC and IFF_ALLMULTI are changed, netlink messages are not
> consistent. For example, if a multicast daemon is running (flag IFF_ALLMULTI
> set in dev->flags but not dev->gflags, ie not exported to userspace) and then a
> user sets it via netlink (flag IFF_ALLMULTI set in dev->flags and dev->gflags, ie
> exported to userspace), no netlink message is sent.
> Same for IFF_PROMISC and because dev->promiscuity is exported via
> IFLA_PROMISCUITY, we may send a netlink message after each change of this
> counter.
>
> Signed-off-by: Nicolas Dichtel <nicolas.dichtel@...nd.com>
Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists