Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Tuesday, March 19, 2024

Diff for scripts/shell/firewall/fw-universal.sh between version 2.119 and 2.120

version 2.119, 2019/02/14 07:41:47 version 2.120, 2019/02/14 23:14:32
Line 22 
Line 22 
 # Licensed under terms of GNU General Public License.  # Licensed under terms of GNU General Public License.
 # All rights reserved.  # 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:  # Changelog:
 # 2003-10-24 - created  # 2003-10-24 - created
Line 823  allow_accept_vrrp()
Line 823  allow_accept_vrrp()
                 for iface in $IFACE_ACCEPT_VRRP; do                  for iface in $IFACE_ACCEPT_VRRP; do
                         print_info -en " $iface"                          print_info -en " $iface"
                         $IPTABLES -A INPUT  -i $iface -d 224.0.0.18/32 -p vrrp -j ACCEPT;                          $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                  done
                 print_info " done."                  print_info " done."
         fi          fi

Legend:
Removed from v.2.119  
changed lines
  Added in v.2.120

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top