On Fri, 22 Jan 2016 21:29:32 +0800 卓家璘 <[email protected]> wrote:
> From 0f97d89cbd4478d29ac1b87117aa9933707af034 Mon Sep 17 00:00:00 2001 > From: Chia-Lin Cho <[email protected]> > Date: Fri, 22 Jan 2016 21:20:58 +0800 > Subject: [PATCH] Make sure the last IP in the list is the newest IP. > > In the wireless network, when host attaches AP, it will send many ARP > requests which Src IP were used before. > This causes the last IP in the list may not be the newest one and we also > cannot know which IP in the list is the newest. > > So this patch can solve it. > > Signed-off-by: Chia-Lin Cho <[email protected]> > --- > ryu/topology/switches.py | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) Looks like this patch doesn't break anything so I've applied this. But the last IP is supposed to be the last item in the list? Or you need the behavior? ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
