Commit c8fda00b authored by Franco Fichtner's avatar Franco Fichtner

backup: purge now unused function

parent 36025c75
...@@ -1398,20 +1398,6 @@ function unmute_kernel_msgs() ...@@ -1398,20 +1398,6 @@ function unmute_kernel_msgs()
exec('/sbin/conscontrol mute off'); exec('/sbin/conscontrol mute off');
} }
function is_interface_vlan_mismatch()
{
global $config;
if (isset($config['vlans']['vlan'])) {
foreach ($config['vlans']['vlan'] as $vlan) {
if (does_interface_exist($vlan['if']) == false)
return true;
}
}
return false;
}
function is_interface_mismatch() function is_interface_mismatch()
{ {
global $config; global $config;
......
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