Re: [PATCH net] igmp: fix byte order in /proc/net/igmp output

2016-05-04 Thread David Miller
From: Eric Dumazet Date: Wed, 04 May 2016 06:13:36 -0700 > On Wed, 2016-05-04 at 14:11 +0200, Eugene Crosser wrote: >> /proc/net/igmp is a readonly attribute that shows multicast groups >> to which different network interfaces are subscribed. Among other >> things, it displays `multiaddr` which i

Re: [PATCH net] igmp: fix byte order in /proc/net/igmp output

2016-05-04 Thread Evgeny Cherkashin
-Eric Dumazet wrote: - >To: Evgeny Cherkashin/Russia/IBM@IBMRU >From: Eric Dumazet >Date: 2016-05-04 16:13 >Cc: cros...@average.org, netdev@vger.kernel.org >Subject: Re: [PATCH net] igmp: fix byte order in /proc/net/igmp >output > >On Wed, 2016-05-04 at 14:11 +02

Re: [PATCH net] igmp: fix byte order in /proc/net/igmp output

2016-05-04 Thread Eric Dumazet
On Wed, 2016-05-04 at 14:11 +0200, Eugene Crosser wrote: > /proc/net/igmp is a readonly attribute that shows multicast groups > to which different network interfaces are subscribed. Among other > things, it displays `multiaddr` which is a 32 bit network-byte-order > field, in hexadecimal format. Pr

[PATCH net] igmp: fix byte order in /proc/net/igmp output

2016-05-04 Thread Eugene Crosser
/proc/net/igmp is a readonly attribute that shows multicast groups to which different network interfaces are subscribed. Among other things, it displays `multiaddr` which is a 32 bit network-byte-order field, in hexadecimal format. Prior to this patch, the field was displayed as an integer, resulti