diff options
author | Rami Rosen <ramirose@gmail.com> | 2008-04-23 14:35:13 +0300 |
---|---|---|
committer | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2008-06-12 02:38:13 +0900 |
commit | 7d120c55df02a2b87f4aa317f1f04e398398dcdc (patch) | |
tree | 4c0a8776d51c36bb656d5c9c6e2895a52e49f433 /net | |
parent | 9cba632e24ef18e2905c18997a8f24e8d7a29e71 (diff) | |
download | linux-7d120c55df02a2b87f4aa317f1f04e398398dcdc.tar.bz2 |
ipv6 mroute: Use MRT6_VERSION instead of MRT_VERSION in ip6mr.c.
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>
Diffstat (limited to 'net')
-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 bf268b386963..0b11b378d89a 100644 --- a/net/ipv6/ip6mr.c +++ b/net/ipv6/ip6mr.c @@ -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: |