Diff for /loncom/lciptables between versions 1.3 and 1.4

version 1.3, 2010/10/12 10:17:10 version 1.4, 2010/12/30 18:40:19
Line 103  my $lond_port = &LONCAPA::Firewall::get_ Line 103  my $lond_port = &LONCAPA::Firewall::get_
 my @fw_chains = &LONCAPA::Firewall::get_fw_chains();  my @fw_chains = &LONCAPA::Firewall::get_fw_chains();
 my $iptables = &LONCAPA::Firewall::get_pathto_iptables();  my $iptables = &LONCAPA::Firewall::get_pathto_iptables();
 my $firewall_result =   my $firewall_result = 
      &LONCAPA::Firewall::firewall_close_port($iptables,\@fw_chains,$lond_port,[$lond_port]);       &LONCAPA::Firewall::firewall_close_port($iptables,\@fw_chains,$lond_port,\%iphost,[$lond_port]);
 if ($firewall_result) {  if ($firewall_result) {
     print "$firewall_result\n";      print "$firewall_result\n";
 }  }

Removed from v.1.3  
changed lines
  Added in v.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>