Re: [PATCH net-next] vxlan: fix fdb_dump index calculation

2015-08-10 Thread David Miller
From: Atzm Watanabe Date: Mon, 10 Aug 2015 23:39:09 +0900 > When too many remotes are bound to an FDB entry, index may not be increased. > This problem will be caused on the large scale environment that is based on > the unicast default destination, for instance. > > Signed-off-by: Atzm Watanabe

[PATCH net-next] vxlan: fix fdb_dump index calculation

2015-08-10 Thread Atzm Watanabe
When too many remotes are bound to an FDB entry, index may not be increased. This problem will be caused on the large scale environment that is based on the unicast default destination, for instance. Signed-off-by: Atzm Watanabe --- drivers/net/vxlan.c | 10 +- 1 file changed, 5 insertio