Changeset 766


Ignore:
Timestamp:
Nov 8, 2015, 7:00:42 PM (9 years ago)
Author:
chronos
Message:
  • Fixed: Name of firewallnat rule.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/NetworkConfigRouterOS/Generators/FirewallMangle.php

    r738 r766  
    131131ProcessNode($AddressTree);
    132132
    133 // Slow free internet
     133// Limited free internet
    134134$PacketMark = GetMarkByComment('free-out');
    135135$ItemsFirewall[] = array('chain' => 'inet-1-out', 'out-interface' => $InetInterface,
     
    140140// Unregistred clients add to address list
    141141$ItemsFirewall[] = array('chain' => 'inet-1-out', 'out-interface' => $InetInterface, 'src-address' => '10.145.0.0/16',
    142   'action' => 'add-src-to-address-list', 'address-list' => 'unregistred', 'timeout' => '1d',
     142  'action' => 'add-src-to-address-list', 'address-list' => 'unregistred', 'address-list-timeout' => '1d',
    143143  'comment' => 'unregistred-clients');
    144144
Note: See TracChangeset for help on using the changeset viewer.