Changes

no edit summary
Line 63: Line 63:  
     <tr>
 
     <tr>
 
         <td>Interval</td>
 
         <td>Interval</td>
         <td>integer; default: <b>3</b></td>
+
         <td>integer [1..65000]; default: <b>3</b></td>
 
         <td>Number of seconds between each test</td>
 
         <td>Number of seconds between each test</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
         <td>Flush connections on</td>
 
         <td>Flush connections on</td>
         <td>Connected | Disconnected | none | both; default: <b>none</b></td>
+
         <td>Connected | Disconnected: <b>none</b></td>
 
         <td>Flushes established connections after the selected scenario occurs to renew the priorities of configured interfaces.</td>
 
         <td>Flushes established connections after the selected scenario occurs to renew the priorities of configured interfaces.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
         <td>Method</td>
 
         <td>Method</td>
         <td>Ping; default: <b>Ping</b></td>
+
         <td>Ping | Wget; default: <b>Ping</b></td>
 
         <td>Defines how health check will be performed on this interface when determining its state.</td>
 
         <td>Defines how health check will be performed on this interface when determining its state.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
         <td>Track IP</td>
 
         <td>Track IP</td>
         <td>ip | hostname; default: <b>8.8.4.4,8.8.8.8</b></td>
+
         <td>ip | hostname; default: <b>1.1.1.1,8.8.8.8</b></td>
 
         <td>IP address(es) or hostname(s) that will be used to determine an interface's state. If the device receives no response from any of the specified hosts, the interface will be considered as 'Offline'. If this value is missing the interface is always considered up.</td>
 
         <td>IP address(es) or hostname(s) that will be used to determine an interface's state. If the device receives no response from any of the specified hosts, the interface will be considered as 'Offline'. If this value is missing the interface is always considered up.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
         <td>Reliability</td>
 
         <td>Reliability</td>
         <td>integer; default: <b>1</b></td>
+
         <td>integer [1..65000]; default: <b>1</b></td>
 
         <td>Number of hosts that must reply for the test to be considered successful. Make sure there are at least this many hosts defined in the 'Track IP' field, otherwise the interface will always be considered as 'Offline'.</td>
 
         <td>Number of hosts that must reply for the test to be considered successful. Make sure there are at least this many hosts defined in the 'Track IP' field, otherwise the interface will always be considered as 'Offline'.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
         <td>Count</td>
 
         <td>Count</td>
         <td>integer; default: <b>1</b></td>
+
         <td>integer [1..65000]; default: <b>1</b></td>
 
         <td>Number of pings to send to each host with each test.</td>
 
         <td>Number of pings to send to each host with each test.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
         <td>Up</td>
 
         <td>Up</td>
         <td>integer; default: <b>3</b></td>
+
         <td>integer [1..65000]; default: <b>3</b></td>
 
         <td>Number of successful tests required to considered an interface as 'Online'.</td>
 
         <td>Number of successful tests required to considered an interface as 'Online'.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
         <td>Down</td>
 
         <td>Down</td>
         <td>integer; default: <b>3</b></td>
+
         <td>integer [1..65000]; default: <b>3</b></td>
 
         <td>Number of failed tests required to considered an interface as 'Offline'.</td>
 
         <td>Number of failed tests required to considered an interface as 'Offline'.</td>
 
     </tr>
 
     </tr>
Line 159: Line 159:  
         <td>ip/netmask; default: <b>none</b></td>
 
         <td>ip/netmask; default: <b>none</b></td>
 
         <td>Source IP addresses to match this rule.</td>
 
         <td>Source IP addresses to match this rule.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Destination address</td>
 +
        <td>ip/netmask; default: <b>0.0.0.0/0</b></td>
 +
        <td>Destination IP addresses to match this rule.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>

Navigation menu