Skip to content

Commit

Permalink
ipv6 mroute: Use MRT6_VERSION instead of MRT_VERSION in ip6mr.c.
Browse files Browse the repository at this point in the history
MRT6_VERSION should be used instead of MRT_VERSION in ip6mr.c.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
  • Loading branch information
Rami Rosen authored and YOSHIFUJI Hideaki committed Jun 11, 2008
1 parent 9cba632 commit 7d120c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv6/ip6mr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1240,7 +1240,7 @@ int ip6_mroute_setsockopt(struct sock *sk, int optname, char __user *optval, int

#endif
/*
* Spurious command, or MRT_VERSION which you cannot
* Spurious command, or MRT6_VERSION which you cannot
* set.
*/
default:
Expand Down

0 comments on commit 7d120c5

Please sign in to comment.