[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1348516500.26828.1570.camel@edumazet-glaptop>
Date: Mon, 24 Sep 2012 21:55:00 +0200
From: Eric Dumazet <eric.dumazet@...il.com>
To: Stephen Hemminger <shemminger@...tta.com>
Cc: David Miller <davem@...emloft.net>,
Chris Wright <chrisw@...hat.com>, netdev@...r.kernel.org
Subject: Re: [PATCHv2 net-next 3/3] vxlan: virtual extensible lan
On Mon, 2012-09-24 at 12:46 -0700, Stephen Hemminger wrote:
> + f = vxlan_find_mac(vxlan, src_mac);
> + if (likely(f)) {
> + f->used = jiffies;
> + if (likely(f->remote_ip == src_ip))
> + return;
> +
> + f->remote_ip = src_ip;
> + f->updated = jiffies;
> +
> + if (net_ratelimit())
> + netdev_info(dev,
> + "%pM migrated from %pI4 to %pI4\n",
> + src_mac, &f->remote_ip, &src_ip);
This message is useless, as previous f_remote_ip content was already
overwritten.
--
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