Bug 233 - make ipv6 optional in iptables
Summary: make ipv6 optional in iptables
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 enhancement
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-29 14:31 UTC by Steffen Schulz
Modified: 2009-03-30 18:42 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
make use of new --enable-ipv6 flag in iptables.mk (431 bytes, patch)
2009-03-29 14:32 UTC, Steffen Schulz
Details
add --enable-ipv6 flag to iptables source (2.62 KB, patch)
2009-03-29 14:34 UTC, Steffen Schulz
Details
add --enable-ipv6 flag to iptables source (2.47 KB, patch)
2009-03-30 16:39 UTC, Steffen Schulz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steffen Schulz 2009-03-29 14:31:21 UTC
iptables fails to compile if IPv6 is not selected. Instead of adding this dependency, this patch modifies iptables to compile ip6tables only when IPv6 is enabled in buildroot.
Comment 1 Steffen Schulz 2009-03-29 14:32:34 UTC
Created attachment 197 [details]
make use of new --enable-ipv6 flag in iptables.mk
Comment 2 Steffen Schulz 2009-03-29 14:34:27 UTC
Created attachment 199 [details]
add --enable-ipv6 flag to iptables source
Comment 3 Denys Vlasenko 2009-03-29 15:47:57 UTC
It looks like a buildroot bug. Please set "Product:" field correctly.
Comment 4 Peter Korsgaard 2009-03-30 08:06:55 UTC
Is this patch sent upstream? Could you please provide a pointer to the mailing list archive / bugtracker ID?

Other than that it looks fine. 
Comment 5 Steffen Schulz 2009-03-30 16:37:49 UTC
I just filed a bugreport here:

http://bugzilla.netfilter.org/show_bug.cgi?id=588
Comment 6 Steffen Schulz 2009-03-30 16:39:04 UTC
Created attachment 201 [details]
add --enable-ipv6 flag to iptables source

(updated for iptables version in BR trunk)
Comment 7 Peter Korsgaard 2009-03-30 18:42:39 UTC
Thanks, committed as r25897.