From: Taral <taral@taral.net>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] Bug in ipip.c SIOCDELTUNNEL
Date: Sat, 22 Sep 2001 02:42:41 -0500 [thread overview]
Message-ID: <20010922024241.A620@taral.net> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 311 bytes --]
Patch is attached. Basically we were always removing "tunl0" even if a
different tunnel was specified.
--
Taral <taral@taral.net>
This message is digitally signed. Please PGP encrypt mail to me.
"Any technology, no matter how primitive, is magic to those who don't
understand it." -- Florence Ambrose
[-- Attachment #1.2: ipip.c.patch --]
[-- Type: text/plain, Size: 271 bytes --]
--- /usr/src/linux-2.4.10-pre14/net/ipv4/ipip.c Sat Sep 22 01:18:30 2001
+++ net/ipv4/ipip.c Sat Sep 22 02:39:07 2001
@@ -758,6 +758,7 @@
err = -EPERM;
if (t == &ipip_fb_tunnel)
goto done;
+ dev = t->dev;
}
err = unregister_netdevice(dev);
break;
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
next reply other threads:[~2001-09-22 7:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-09-22 7:42 Taral [this message]
2001-09-25 5:11 ` [PATCH] Bug in ipip.c SIOCDELTUNNEL David S. Miller
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=20010922024241.A620@taral.net \
--to=taral@taral.net \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox