From: Felix von Leitner <leitner@fefe.de>
To: linux-kernel@vger.kernel.org
Subject: diff for ipv6 RFC compatibility
Date: Fri, 8 Jun 2001 20:42:07 +0200 [thread overview]
Message-ID: <20010608204207.A8838@fefe.de> (raw)
[-- 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:
next reply other threads:[~2001-06-08 18:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-06-08 18:42 Felix von Leitner [this message]
2001-06-13 14:42 ` diff for ipv6 RFC compatibility Jes Sorensen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20010608204207.A8838@fefe.de \
--to=leitner@fefe.de \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.