Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7d120c55 authored by Rami Rosen's avatar Rami Rosen Committed by YOSHIFUJI Hideaki
Browse files

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: default avatarRami Rosen <ramirose@gmail.com>
Signed-off-by: default avatarYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
parent 9cba632e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1240,7 +1240,7 @@ int ip6_mroute_setsockopt(struct sock *sk, int optname, char __user *optval, int


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