[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <kkegav$4jj$1@ger.gmane.org>
Date: Sun, 14 Apr 2013 15:00:47 +0000 (UTC)
From: Cong Wang <xiyou.wangcong@...il.com>
To: netdev@...r.kernel.org
Subject: Re: [PATCH net-next] bridge: Add fdb dst check during fdb update
On Sun, 14 Apr 2013 at 04:58 GMT, roopa@...ulusnetworks.com <roopa@...ulusnetworks.com> wrote:
> diff --git a/net/bridge/br_fdb.c b/net/bridge/br_fdb.c
> index c581f12..7a7d920 100644
> --- a/net/bridge/br_fdb.c
> +++ b/net/bridge/br_fdb.c
> @@ -615,6 +615,7 @@ static int fdb_add_entry(struct net_bridge_port *source, const __u8 *addr,
> struct net_bridge *br = source->br;
> struct hlist_head *head = &br->hash[br_mac_hash(addr, vid)];
> struct net_bridge_fdb_entry *fdb;
> + int notify = 0;
Make it 'bool'.
--
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