Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
ffbs-gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ffbs
ffbs-gluon
Commits
f38bbf0d
Commit
f38bbf0d
authored
8 years ago
by
Matthias Schiffer
Browse files
Options
Downloads
Patches
Plain Diff
gluon-mesh-batman-adv-core: remove 'gluon.batman_adv' Lua module
It is not used anymore.
parent
7f1c11cf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package/gluon-mesh-batman-adv-core/files/usr/lib/lua/gluon/batman_adv.lua
+0
-15
0 additions, 15 deletions
...sh-batman-adv-core/files/usr/lib/lua/gluon/batman_adv.lua
with
0 additions
and
15 deletions
package/gluon-mesh-batman-adv-core/files/usr/lib/lua/gluon/batman_adv.lua
deleted
100644 → 0
+
0
−
15
View file @
7f1c11cf
local
nixio
=
require
'nixio'
module
'gluon.batman_adv'
function
interfaces
(
bat_if
)
local
iter
=
nixio
.
fs
.
glob
(
'/sys/class/net/'
..
bat_if
..
'/lower_*'
)
return
function
()
local
path
=
iter
()
if
path
==
nil
then
return
nil
end
local
ifname
=
path
:
match
(
'/lower_([^/]+)$'
)
return
ifname
end
end
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment