projects
/
packages
/
firewall-init-ipchains.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6139a69
)
- fixed ipv4_init_pre in functions
author
Sebastian Zagrodzki
<sebek@zagrodzki.net>
Wed, 8 May 2002 15:33:11 +0000
(15:33 +0000)
committer
cvs2git
<feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000
(12:13 +0000)
Changed files:
firewall-init-pre.patch -> 1.1
firewall-init-pre.patch
[new file with mode: 0644]
patch
|
blob
diff --git a/firewall-init-pre.patch
b/firewall-init-pre.patch
new file mode 100644
(file)
index 0000000..
3a5cfae
--- /dev/null
+++ b/
firewall-init-pre.patch
@@ -0,0
+1,11
@@
+diff -Naur firewall-init-2.99.5/firewall.d/functions firewall-init-2.99.5-p/firewall.d/functions
+--- firewall-init-2.99.5/firewall.d/functions Sun May 20 22:39:48 2001
++++ firewall-init-2.99.5-p/firewall.d/functions Wed May 8 16:22:58 2002
+@@ -135,6 +135,7 @@
+ $iptables -P OUTPUT ACCEPT
+ $iptables -P FORWARD DROP
+
++ $iptables -A INPUT -i lo -j ACCEPT
+ $iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
+ }
+
This page took
0.216359 seconds
and
4
git commands to generate.