Re: [PATCH iproute2] bridge: add calls to fflush in fdb and mdb print functions

2015-10-18 Thread Stephen Hemminger
On Thu, 15 Oct 2015 14:53:17 -0700 Roopa Prabhu wrote: > From: Wilson Kok > > This patch adds fflush in fdb and mdb print functions > > Signed-off-by: Wilson Kok > Signed-off-by: Roopa Prabhu Applied -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a messa

[PATCH iproute2] bridge: add calls to fflush in fdb and mdb print functions

2015-10-15 Thread Roopa Prabhu
From: Wilson Kok This patch adds fflush in fdb and mdb print functions Signed-off-by: Wilson Kok Signed-off-by: Roopa Prabhu --- bridge/fdb.c | 2 ++ bridge/mdb.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/bridge/fdb.c b/bridge/fdb.c index bd7e4f9..5ea50ab 100644 --- a/bridge/fdb.