linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* diff for ipv6 RFC compatibility
@ 2001-06-08 18:42 Felix von Leitner
  2001-06-13 14:42 ` Jes Sorensen
  0 siblings, 1 reply; 2+ messages in thread
From: Felix von Leitner @ 2001-06-08 18:42 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 203 bytes --]

I have been told that I should send a diff rather than complain and
expect others to make a diff.  Oops ,)

So attached is a diff.

Oh boy oh boy will I now become part of the Linux Changelog? ;)

Felix

[-- Attachment #2: ldiff --]
[-- Type: text/plain, Size: 856 bytes --]

--- linux/include/linux/in6.h	Sat May 19 02:45:08 2001
+++ linux.fefe/include/linux/in6.h	Fri Jun  8 20:37:13 2001
@@ -53,7 +53,7 @@
 	struct in6_addr ipv6mr_multiaddr;
 
 	/* local IPv6 address of interface */
-	int		ipv6mr_ifindex;
+	int		ipv6mr_interface;
 };
 
 struct in6_flowlabel_req
--- linux/net/ipv6/ipv6_sockglue.c	Mon Mar 26 04:14:25 2001
+++ linux.fefe/net/ipv6/ipv6_sockglue.c	Fri Jun  8 20:37:01 2001
@@ -346,9 +346,9 @@
 			break;
 
 		if (optname == IPV6_ADD_MEMBERSHIP)
-			retv = ipv6_sock_mc_join(sk, mreq.ipv6mr_ifindex, &mreq.ipv6mr_multiaddr);
+			retv = ipv6_sock_mc_join(sk, mreq.ipv6mr_interface, &mreq.ipv6mr_multiaddr);
 		else
-			retv = ipv6_sock_mc_drop(sk, mreq.ipv6mr_ifindex, &mreq.ipv6mr_multiaddr);
+			retv = ipv6_sock_mc_drop(sk, mreq.ipv6mr_interface, &mreq.ipv6mr_multiaddr);
 		break;
 	}
 	case IPV6_ROUTER_ALERT:

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-06-13 14:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-08 18:42 diff for ipv6 RFC compatibility Felix von Leitner
2001-06-13 14:42 ` Jes Sorensen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).