Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
c8fda00b
Commit
c8fda00b
authored
Jul 08, 2015
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
backup: purge now unused function
parent
36025c75
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
util.inc
src/etc/inc/util.inc
+0
-14
No files found.
src/etc/inc/util.inc
View file @
c8fda00b
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment