Developing lightweight computation at the DSG edge
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Quick Mesh Project
qMp packages
Commits
4b61f9cd
Commit
4b61f9cd
authored
Aug 07, 2015
by
Roger Pueyo Centelles
Browse files
[qmp-system] Remove qmp_remove_olsr_config_fix_vlan script from uci-defaults
parent
f883a2e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/qmp-system/files/etc/uci-defaults/qmp_remove_olsr_config_fix_vlan
deleted
100755 → 0
View file @
f883a2e9
#!/bin/sh
if
uci get qmp.networks.mesh_vid_offset 2>/dev/null
;
then
echo
"Removing deprecated OLSR configuration and adapting vlan VID configuration"
uci
set
qmp.networks.mesh_protocol_vids
=
'bmx6:12'
uci del qmp.networks.mesh_vid_offset
uci del qmp.networks.olsr6_mesh_prefix48
uci del qmp.networks.olsr6_ripe_prefix48
uci commit qmp
fi
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