[Bridge] [PATCH] iproute2: update usage info of bridge monitor

2012-12-13 Thread Cong Wang
Cc: Stephen Hemminger Signed-off-by: Cong Wang --- diff --git a/bridge/monitor.c b/bridge/monitor.c index 44e14d8..29bb931 100644 --- a/bridge/monitor.c +++ b/bridge/monitor.c @@ -31,7 +31,7 @@ int prefix_banner; static void usage(void) { - fprintf(stderr, "Usage: bridge monitor\n"); +

Re: [Bridge] [PATCH] bridge: Bug fix for incorrect interpretation of MLDv2 maximum response code

2012-12-13 Thread Stephen Hemminger
On Fri, 14 Dec 2012 08:35:21 +0800 Ang Way Chuang wrote: > On 14/12/2012 08:23, Stephen Hemminger wrote: > > On Fri, 14 Dec 2012 08:19:04 +0800 > > Ang Way Chuang wrote: > > > >> On 14/12/2012 08:12, Stephen Hemminger wrote: > >>> On Fri, 14 Dec 2012 08:07:01 +0800 > >>> Ang Way Chuang wrote: >

Re: [Bridge] [PATCH] bridge: Bug fix for incorrect interpretation of MLDv2 maximum response code

2012-12-13 Thread Stephen Hemminger
On Fri, 14 Dec 2012 08:19:04 +0800 Ang Way Chuang wrote: > On 14/12/2012 08:12, Stephen Hemminger wrote: > > On Fri, 14 Dec 2012 08:07:01 +0800 > > Ang Way Chuang wrote: > > > >> This patch fixes the incorrect interpretation of endianness of MLDv2 > >> maximum response > >> code within bridge's

Re: [Bridge] [PATCH] bridge: Bug fix for incorrect interpretation of MLDv2 maximum response code

2012-12-13 Thread Stephen Hemminger
On Fri, 14 Dec 2012 08:07:01 +0800 Ang Way Chuang wrote: > This patch fixes the incorrect interpretation of endianness of MLDv2 maximum > response > code within bridge's multicast snooping code. > > Signed-off-by: Ang Way Chuang > --- > diff --git a/net/bridge/br_multicast.c b/net/bridge/br_mu