Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 159745 Details for
Bug 191331
netfilter and iptables module missmatch
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Suggested patch for iptables
iptables-1.3.7-knod.patch (text/plain), 1.84 KB, created by
DaveG
on 2007-07-22 15:44:22 UTC
(
hide
)
Description:
Suggested patch for iptables
Filename:
MIME Type:
Creator:
DaveG
Created:
2007-07-22 15:44:22 UTC
Size:
1.84 KB
patch
obsolete
>--- iptables-1.3.7/extensions/Makefile 2007-07-21 12:36:35.000000000 +0100 >+++ iptables-1.3.7/extensions/Makefile.kmod 2007-07-21 12:30:38.000000000 +0100 >@@ -5,8 +5,8 @@ > # header files are present in the include/linux directory of this iptables > # package (HW) > # >-PF_EXT_SLIB:=ah addrtype comment connmark conntrack dscp ecn esp hashlimit helper icmp iprange length limit mac mark multiport owner physdev pkttype policy realm sctp standard state tcp tcpmss tos ttl udp CLASSIFY CONNMARK DNAT DSCP ECN LOG MARK MASQUERADE NETMAP NFQUEUE NOTRACK REDIRECT REJECT SAME SNAT TCPMSS TOS TTL ULOG >-PF6_EXT_SLIB:=connmark eui64 hl icmp6 length limit mac mark multiport owner physdev policy standard state tcp udp CONNMARK HL LOG NFQUEUE MARK >+PF_EXT_SLIB:=ah addrtype comment connlimit connmark conntrack dscp ecn esp hashlimit helper icmp iprange length limit mac mark multiport owner physdev pkttype policy realm rpc sctp standard state tcp tcpmss tos ttl udp unclean CLASSIFY CONNMARK DNAT DSCP ECN LOG MARK MASQUERADE MIRROR NETMAP NFQUEUE NOTRACK REDIRECT REJECT SAME SNAT TARPIT TCPMSS TOS TRACE TTL ULOG >+PF6_EXT_SLIB:=connmark eui64 hl icmp6 length limit mac mark multiport owner physdev policy standard state tcp udp CONNMARK HL LOG NFQUEUE MARK TRACE > > ifeq ($(DO_SELINUX), 1) > PF_EXT_SE_SLIB:=SECMARK CONNSECMARK >@@ -14,8 +14,8 @@ PF6_EXT_SE_SLIB:=SECMARK CONNSECMARK > endif > > # Optionals >-PF_EXT_SLIB_OPTS:=quota statistic CLUSTERIP >-PF6_EXT_SLIB_OPTS:=ah frag hbh ipv6header rt REJECT >+PF_EXT_SLIB_OPTS:=$(foreach T,$(wildcard extensions/.*-test),$(shell KERNEL_DIR=$(KERNEL_DIR) $(T))) >+PF6_EXT_SLIB_OPTS:=$(foreach T,$(wildcard extensions/.*-test6),$(shell KERNEL_DIR=$(KERNEL_DIR) $(T))) > > PF_EXT_ALL_SLIB:=$(patsubst extensions/libipt_%.c, %, $(wildcard extensions/libipt_*.c)) > PF6_EXT_ALL_SLIB:=$(patsubst extensions/libip6t_%.c, %, $(wildcard extensions/libip6t_*.c))
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 191331
:
139054
| 159745 |
159746
|
159747