summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-05-25 18:00:54 -0400
committerScott Ullrich <sullrich@pfsense.org>2011-05-25 18:02:05 -0400
commit474f36d1b277b3e0732496bf0ca8aa1659710809 (patch)
tree0d5b1a7936751d4a7f1979263d6dbf334821f702 /etc/inc/interfaces.inc
parent5c723d9fccffe78e1650c574427100760d0faf5e (diff)
downloadpfsense-474f36d1b277b3e0732496bf0ca8aa1659710809.zip
pfsense-474f36d1b277b3e0732496bf0ca8aa1659710809.tar.gz
* Add is_ipaddr_configured() so that people do not need to reinvent the wheel for this task
* Check to make sure the administrator is not entering the IP address of the same host preventing a issue where the firewall will sync the voucher database to itself and cause the webConfigurator to crash.
Diffstat (limited to 'etc/inc/interfaces.inc')
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 393833f..63f380a 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -3728,4 +3728,4 @@ function get_vip_descr($ipaddress) {
return "";
}
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud