]> Git Repo - linux.git/commit
ip6mr: fix rtm_family of rtnl msg
authorNicolas Dichtel <[email protected]>
Tue, 4 Dec 2012 01:01:49 +0000 (01:01 +0000)
committerDavid S. Miller <[email protected]>
Tue, 4 Dec 2012 18:27:24 +0000 (13:27 -0500)
commit193c1e478cc496844fcbef402a10976c95a634ff
tree64ce45b0286b7e30cb8550e6bb8a371193e03e66
parent4e66ae2ea371cf431283e2cb95480eb860432856
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/ipv6/ip6mr.c
This page took 0.05337 seconds and 4 git commands to generate.