diff options
-rwxr-xr-x | usr/local/www/firewall_virtual_ip_edit.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/usr/local/www/firewall_virtual_ip_edit.php b/usr/local/www/firewall_virtual_ip_edit.php index e77d3f5..384a86f 100755 --- a/usr/local/www/firewall_virtual_ip_edit.php +++ b/usr/local/www/firewall_virtual_ip_edit.php @@ -392,6 +392,19 @@ function typesel_change() { <?php endif; ?> </td> </tr> + <tr> + <td colspan="4"> + <p> + <span class="vexpl"> + <span class="red"> + <strong>Note:<br></strong> + </span> + ProxyARP type IP addresses *DO NOT* work with the FTP Helper and addon packages such as squid. Use a CARP type address in this case. + </span> + </p> + </td> + </tr> + </table> </form> <script language="JavaScript"> |