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 307347 Details for
Bug 449352
RHEL4: /etc/init.d/iptables does not know about 'raw' table (or: iptables does conn_tracking on 'trusted' interfaces)
[?]
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]
patch to enable raw
iptables.init.diff (text/plain), 439 bytes, created by
Martin Poole
on 2008-06-02 11:18:59 UTC
(
hide
)
Description:
patch to enable raw
Filename:
MIME Type:
Creator:
Martin Poole
Created:
2008-06-02 11:18:59 UTC
Size:
439 bytes
patch
obsolete
>--- iptables.init 2004-09-17 11:41:31.000000000 +0100 >+++ iptables.init.raw 2008-06-02 12:06:58.000000000 +0100 >@@ -120,6 +120,11 @@ > for i in $tables; do > echo -n "$i " > case "$i" in >+ raw) >+ $IPTABLES -t raw -P PREROUTING $policy \ >+ && $IPTABLES -t raw -P OUTPUT $policy \ >+ || let ret+=1 >+ ;; > filter) > $IPTABLES -t filter -P INPUT $policy \ > && $IPTABLES -t filter -P OUTPUT $policy \
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 449352
: 307347