=================================================================== RCS file: /home/cvsd/home/cvs/scripts/shell/firewall/fw-universal.sh,v retrieving revision 2.119 retrieving revision 2.120 diff -u -p -r2.119 -r2.120 --- scripts/shell/firewall/fw-universal.sh 2019/02/14 07:41:47 2.119 +++ scripts/shell/firewall/fw-universal.sh 2019/02/14 23:14:32 2.120 @@ -22,7 +22,7 @@ # Licensed under terms of GNU General Public License. # All rights reserved. # -# $Platon: scripts/shell/firewall/fw-universal.sh,v 2.118 2018/12/10 11:46:12 nepto Exp $ +# $Platon: scripts/shell/firewall/fw-universal.sh,v 2.119 2019/02/14 07:41:47 nepto Exp $ # # Changelog: # 2003-10-24 - created @@ -823,7 +823,7 @@ allow_accept_vrrp() for iface in $IFACE_ACCEPT_VRRP; do print_info -en " $iface" $IPTABLES -A INPUT -i $iface -d 224.0.0.18/32 -p vrrp -j ACCEPT; - $IPTABLES -A OUTPUT -i $iface -d 224.0.0.18/32 -p vrrp -j ACCEPT; + $IPTABLES -A OUTPUT -o $iface -d 224.0.0.18/32 -p vrrp -j ACCEPT; done print_info " done." fi