diff options
-rw-r--r-- | net/ipv6/ip6mr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/ip6mr.c b/net/ipv6/ip6mr.c index 580e5e084962..26dcdec9e3a5 100644 --- a/net/ipv6/ip6mr.c +++ b/net/ipv6/ip6mr.c | |||
@@ -2251,7 +2251,7 @@ static int ip6mr_fill_mroute(struct mr6_table *mrt, struct sk_buff *skb, | |||
2251 | return -EMSGSIZE; | 2251 | return -EMSGSIZE; |
2252 | 2252 | ||
2253 | rtm = nlmsg_data(nlh); | 2253 | rtm = nlmsg_data(nlh); |
2254 | rtm->rtm_family = RTNL_FAMILY_IPMR; | 2254 | rtm->rtm_family = RTNL_FAMILY_IP6MR; |
2255 | rtm->rtm_dst_len = 128; | 2255 | rtm->rtm_dst_len = 128; |
2256 | rtm->rtm_src_len = 128; | 2256 | rtm->rtm_src_len = 128; |
2257 | rtm->rtm_tos = 0; | 2257 | rtm->rtm_tos = 0; |