diff options
author | Silvino Silva <silvino@bk.ru> | 2019-03-04 14:54:54 +0000 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2019-03-04 14:54:54 +0000 |
commit | d8ca8eb382059b22ae8a8cf17578713241a9a085 (patch) | |
tree | 2d6fba06be991d60fcbbbd2367df2dfc0be7a025 /core/conf/rc.d/iptables | |
parent | b1a383c919d31f00f591a0b712891c74a7513783 (diff) | |
download | doc-d8ca8eb382059b22ae8a8cf17578713241a9a085.tar.gz |
core iptables scripts revision
Diffstat (limited to 'core/conf/rc.d/iptables')
-rw-r--r-- | core/conf/rc.d/iptables | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/conf/rc.d/iptables b/core/conf/rc.d/iptables index 26a48b4..9471f99 100644 --- a/core/conf/rc.d/iptables +++ b/core/conf/rc.d/iptables @@ -13,13 +13,13 @@ case $1 in ## log everything else and drop ipt_log - iptables-save > /etc/iptables/net.v4 + iptables-save > /etc/iptables/bridge.v4 ;; server) source /etc/iptables/iptables-conf.sh ## log everything else and drop - iptables_log + ipt_log iptables-save > /etc/iptables/net.v4 ;; |