commit | 6ac7eb0868ccc9a2c597d6fd0b1ea09dcdc396ed | [log] [tgz] |
---|---|---|
author | Rami Rosen <ramirose@gmail.com> | Thu Apr 10 12:40:10 2008 +0300 |
committer | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | Sat Apr 12 13:43:26 2008 +0900 |
tree | 451487036c27dccf248599956a5c6b711967904d | |
parent | b2a9d7c2f8ab151fff78db06f1ae9b22a856e95e [diff] |
[IPV6] MROUTE: Adjust IPV6 multicast routing module to use mroute6 header declarations. - This patch adjusts IPv6 multicast routing module, net/ipv6/ip6mr.c, to use mroute6 header definitions instead of mroute. (MFC6_LINES instead of MFC_LINES, MAXMIFS instead of MAXVIFS, mifi_t instead of vifi_t.) - In addition, inclusion of some headers was removed as it is not needed. Signed-off-by: Rami Rosen <ramirose@gmail.com> Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>