Changes

Line 407: Line 407:  
     <tr>
 
     <tr>
 
     <td>Action</td>
 
     <td>Action</td>
         <td>DROP | ACCEPT | REJECT; default: <b>ACCEPT</b></td>
+
         <td>Drop | Accept | Reject | Don't track; default: <b>Accept</b></td>
         <td>Action that is to be taken when a packet meets the MATCH conditions.
+
         <td>Action that is to be taken when a packet matches the conditions of the rule.
 
             <ul>
 
             <ul>
                 <li><b>ACCEPT</b> – packet gets to continue to the next chain.</li>
+
                 <li><b>Drop</b> – packet is stopped and deleted.</li>
                 <li><b>DROP</b> – packet is stopped and deleted.</li>
+
                 <li><b>Accept</b> – packet gets to continue to the next chain.</li>
                 <li><b>REJECT</b> – packet is stopped, deleted and, differently from Drop, an ICMP packet containing a message of rejection is sent to the source from which the dropped packet came.</li>
+
                 <li><b>Reject</b> – packet is stopped, deleted and, differently from Drop, an ICMP packet containing a message of rejection is sent to the source from which the dropped packet came.</li>
 +
                <li><b>Don't track</b> – packet is no longer tracked as it moves forward.</li>
 
             </ul>
 
             </ul>
 
         </td>
 
         </td>
Line 454: Line 455:  
     <td>Time in UTC</td>
 
     <td>Time in UTC</td>
 
         <td>yes | no; default: <b>no</b></td>
 
         <td>yes | no; default: <b>no</b></td>
         <td>Specifies whether the device should use UTC time. If this is disabled, the time zone specified in the <b>[[{{{name}}}<nowiki> NTP|NTP]]</nowiki></b> section will be used.</td>
+
         <td>Specifies whether the device should use UTC time. If this is disabled, the time zone specified in the Services → [[{{{name}}} NTP|NTP]] page will be used.</td>
 
     </tr>
 
     </tr>
 
</table>
 
</table>

Navigation menu