PIM-SM: namespace changes
authorTom Goff <thomas.goff@boeing.com>
Sun, 14 Jun 2009 10:16:13 +0000 (03:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 14 Jun 2009 10:16:13 +0000 (03:16 -0700)
commit403dbb97f654cd59b87999fe1b64d29bf90b3a2a
treec8d4ea1152288792f5e6bde54e79497dcfd44a9e
parente61a4b634a15c11725eac8e66b457ba411168c7f
PIM-SM: namespace changes

IPv4:
  - make PIM register vifs netns local
  - set the netns when a PIM register vif is created
  - make PIM available in all network namespaces (if CONFIG_IP_PIMSM_V2)
    by adding the protocol handler when multicast routing is initialized

IPv6:
  - make PIM register vifs netns local
  - make PIM available in all network namespaces (if CONFIG_IPV6_PIMSM_V2)
    by adding the protocol handler when multicast routing is initialized

Signed-off-by: Tom Goff <thomas.goff@boeing.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ipmr.c
net/ipv6/ip6mr.c