commit | 193c1e478cc496844fcbef402a10976c95a634ff | [log] [tgz] |
---|---|---|
author | Nicolas Dichtel <nicolas.dichtel@6wind.com> | Tue Dec 04 01:01:49 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Dec 04 13:27:24 2012 -0500 |
tree | 64ce45b0286b7e30cb8550e6bb8a371193e03e66 | |
parent | 4e66ae2ea371cf431283e2cb95480eb860432856 [diff] |
ip6mr: fix rtm_family of rtnl msg We talk about IPv6, hence the family is RTNL_FAMILY_IP6MR! rtnl_register() is already called with RTNL_FAMILY_IP6MR. The bug is here since the beginning of this function (commit 5b285cac3570). Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: David S. Miller <davem@davemloft.net>