bridge: multicast router list manipulation
authorstephen hemminger <shemminger@vyatta.com>
Tue, 27 Apr 2010 07:13:11 +0000 (07:13 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Apr 2010 19:53:24 +0000 (12:53 -0700)
commitdcdca2c49bb6328bbc7cd8d73434c308b5dd0df2
treea9cbb45b1cd4cffae2279f18989c5a40887a1b72
parent7180f7751d5a1b6f1ef40285b5e928970cdd5306
bridge: multicast router list manipulation

I prefer that the hlist be only accessed through the hlist macro
objects. Explicit twiddling of links (especially with RCU) exposes
the code to future bugs.

Compile tested only.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_multicast.c