summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-10-06 08:22:10 +0000
committerErmal <eri@pfsense.org>2014-10-06 08:22:10 +0000
commit2d5fd3c23c570e054a0bbe3fadcbae9b008d9133 (patch)
tree31d9ba765a3d3cd1be9bdef94c025216d2d3cabf /etc/inc
parent4aa7f542a3d14fa59e2949df6e5cec790e8f4141 (diff)
downloadpfsense-2d5fd3c23c570e054a0bbe3fadcbae9b008d9133.zip
pfsense-2d5fd3c23c570e054a0bbe3fadcbae9b008d9133.tar.gz
Remove function that is not implemented properly. Nothing seems to use it.
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/interfaces.inc7
1 files changed, 0 insertions, 7 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 84caee2..488fb20 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -4491,13 +4491,6 @@ function find_number_of_created_carp_interfaces() {
return `/sbin/ifconfig | grep "carp:" | wc -l`;
}
-function get_all_carp_interfaces() {
- trigger_error("Broken function get_all_carp_interfaces() called. Remo", E_USER_NOTICE);
- $ints = str_replace("\n", " ", `ifconfig | grep "carp:" -B2 | grep ": flag" | cut -d: -f1`);
- $ints = explode(" ", $ints);
- return $ints;
-}
-
/*
* find_carp_interface($ip): return the carp interface where an ip is defined
*/
OpenPOWER on IntegriCloud