| To: | netfilter@lists.netfilter.org |
|---|---|
| Subject: | iptables-1.3.7 Requires ip_tables to be built as module |
| From: | Harvey Muller <hlmuller@yahoo.com> |
| Date: | Thu, 15 Feb 2007 11:49:07 -0800 (PST) |
| Delivered-to: | sp-com-lists@consult.net |
| Delivered-to: | netfilter-list1@securepoint.com |
| Domainkey-signature: | a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=msdhLkomHqeKKdIefQZ2ythEGQz/gwjjKd34uIY0D+V2q9p9mnlhlDQsK7Bz61qkAbvWHl6cVfP7ByhRFonA+smIZlm+u/WSrUxxjFO/HRX21Arscq4SruQ/xRtih75eMQH4loDefLRusADcZdYk6y4L7sxYIBILF0FCInd5Hb0=; |
| List-archive: | </pipermail/netfilter> |
| List-help: | <mailto:netfilter-request@lists.netfilter.org?subject=help> |
| List-id: | General discussion and user questions <netfilter.lists.netfilter.org> |
| List-post: | <mailto:netfilter@lists.netfilter.org> |
| List-subscribe: | <https://lists.netfilter.org/mailman/listinfo/netfilter>, <mailto:netfilter-request@lists.netfilter.org?subject=subscribe> |
| List-unsubscribe: | <https://lists.netfilter.org/mailman/listinfo/netfilter>, <mailto:netfilter-request@lists.netfilter.org?subject=unsubscribe> |
| Sender: | netfilter-bounces@lists.netfilter.org |
Yasuyuki,
During the review, I noticed the inclusion of the load_iptables_ko function
within the
compatible_revision function. Removal of the inclusion results in no error
messages,
and testing of firewall doesn't seem to show adverse affects.
This is the patch I created for testing:
diff -Naur iptables-1.3.7.orig/ip6tables.c iptables-1.3.7/ip6tables.c
--- iptables-1.3.7.orig/ip6tables.c 2007-02-15 14:04:54.000000000 -0500
+++ iptables-1.3.7/ip6tables.c 2007-02-15 14:06:32.000000000 -0500
@@ -1120,8 +1120,6 @@
strcpy(rev.name, name);
rev.revision = revision;
- load_ip6tables_ko(modprobe);
-
max_rev = getsockopt(sockfd, IPPROTO_IPV6, opt, &rev, &s);
if (max_rev < 0) {
/* Definitely don't support this? */
diff -Naur iptables-1.3.7.orig/iptables.c iptables-1.3.7/iptables.c
--- iptables-1.3.7.orig/iptables.c 2007-02-15 14:04:54.000000000 -0500
+++ iptables-1.3.7/iptables.c 2007-02-15 14:06:09.000000000 -0500
@@ -1148,8 +1148,6 @@
exit(1);
}
- load_iptables_ko(modprobe);
-
strcpy(rev.name, name);
rev.revision = revision;
Best regards,
Harvey
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Need help with iptables and iprange module, Michel van der Klei |
|---|---|
| Next by Date: | Need help with iptables and iprange module, TheNokia |
| Previous by Thread: | iptables-1.3.7 Requires ip_tables to be built as module, Harvey Muller |
| Next by Thread: | Troubleshooting SNAT, Steve Brueckner |
| Indexes: | [Date] [Thread] [Top] [All Lists] |