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
0a7d70f9
Commit
0a7d70f9
authored
Mar 14, 2013
by
Simó Albert i Beltran
Browse files
Remove mtu parameter for tunOut, it is not longer supported by bmx6, closes #209.
parent
aaba5ee6
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/qmp-system/files/etc/qmp/qmp_functions.sh
View file @
0a7d70f9
...
...
@@ -895,14 +895,12 @@ qmp_configure_bmx6() {
uci
set
$conf
.tun6Out
=
"tunOut"
uci
set
$conf
.tun6Out.tunOut
=
"tun6Out"
uci
set
$conf
.tun6Out.network
=
"
$(
uci get qmp.tunnels.search_ipv6_tunnel
)
"
uci
set
$conf
.tun6Out.mtu
=
1360
fi
if
qmp_uci_test qmp.tunnels.search_ipv4_tunnel
;
then
uci
set
$conf
.tun4Out
=
"tunOut"
uci
set
$conf
.tun4Out.tunOut
=
"tun4Out"
uci
set
$conf
.tun4Out.network
=
"
$(
uci get qmp.tunnels.search_ipv4_tunnel
)
"
uci
set
$conf
.tun4Out.mtu
=
1360
elif
qmp_uci_test qmp.tunnels.offer_ipv4_tunnel
;
then
uci
set
$conf
.tunInRemote
=
"tunInRemote"
...
...
@@ -917,7 +915,6 @@ qmp_configure_bmx6() {
uci
set
$conf
.nodes10
=
"tunOut"
uci
set
$conf
.nodes10.tunOut
=
"nodes10"
uci
set
$conf
.nodes10.network
=
"10.0.0.0/8"
uci
set
$conf
.nodes10.mtu
=
1360
uci commit
$conf
# /etc/init.d/$conf restart
...
...
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