commit | eca2a43bb0d2c6ebd528be6acb30a88435abe307 | [log] [tgz] |
---|---|---|
author | stephen hemminger <shemminger@vyatta.com> | Thu Dec 13 06:51:28 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 13 12:58:11 2012 -0500 |
tree | 28504250426ed34eac1c678bbe59624a7555e22d | |
parent | dc2e57340deb8be1133b1eae2c7d4303133c133c [diff] |
bridge: fix icmpv6 endian bug and other sparse warnings Fix the warnings reported by sparse on recent bridge multicast changes. Mostly just rcu annotation issues but in this case sparse found a real bug! The ICMPv6 mld2 query mrc values is in network byte order. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>