=================================================================== RCS file: /home/cvsd/home/cvs/scripts/shell/firewall/fw-universal.sh,v retrieving revision 2.90 retrieving revision 2.91 diff -u -p -r2.90 -r2.91 --- scripts/shell/firewall/fw-universal.sh 2012/02/11 19:38:51 2.90 +++ scripts/shell/firewall/fw-universal.sh 2012/02/14 22:52:12 2.91 @@ -22,7 +22,7 @@ # Licensed under terms of GNU General Public License. # All rights reserved. # -# $Platon: scripts/shell/firewall/fw-universal.sh,v 2.89 2012-02-11 19:06:20 rajo Exp $ +# $Platon: scripts/shell/firewall/fw-universal.sh,v 2.90 2012-02-11 19:38:51 rajo Exp $ # # Changelog: # 2003-10-24 - created @@ -1470,6 +1470,8 @@ add_banned_ip() fi read_config_ips $TMPFILE >> $DEFAULT_FIREWALL_CONFIG_DIR/BANNED_IP.conf rm -f $TMPFILE + # start with new firewalling rules + $0 start } # }}} deploy_block()