Commit 06e35b0b authored by Ad Schellevis's avatar Ad Schellevis

(filter, plugins) rename, avoid name collisions

parent cf41a413
......@@ -26,7 +26,7 @@
POSSIBILITY OF SUCH DAMAGE.
*/
function ifgroups_interface()
function plugin_ifgroups_interface()
{
global $config;
$interfaces = array();
......
......@@ -26,7 +26,7 @@
POSSIBILITY OF SUCH DAMAGE.
*/
function ipsec_interface()
function plugin_ipsec_interface()
{
global $config;
$interfaces = array();
......
......@@ -26,7 +26,7 @@
*/
function openvpn_interface()
function plugin_openvpn_interface()
{
global $config;
$interfaces = array();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment