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
1e492f3d
Commit
1e492f3d
authored
Aug 28, 2013
by
p4u
Browse files
Add lan_ula_prefix48 in default config file and fix mistake with a single quote
parent
82bc79df
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/qmp-system/files/etc/qmp/qmp.default-config
View file @
1e492f3d
...
...
@@ -16,7 +16,7 @@ config 'qmp' 'interfaces'
option mesh_devices ''
# Devices that will be excluded of the VLAN tagging.
option no_vlan_devices
'
''
option no_vlan_devices ''
# Devices that will be ignored (to manage them manually).
option ignore_devices ''
...
...
@@ -96,10 +96,14 @@ config 'qmp' 'networks'
option mesh_vid_offset '10'
option mesh_protocol_vids 'olsr6:1 bmx6:2'
# IPv6 prefix for internal mesh usage (ULA).
option bmx6_mesh_prefix48 'fd02:0:0'
option olsr6_mesh_prefix48 'fd01:0:0'
# IPv6 ULA/LAN prefix (48bits).
option lan_ula_prefix48 'fd00:1714:1714'
# IPv6 prefix for public internet (48 bits).
# Suffix is autoconfigured based on primary device MAC.
option olsr6_ripe_prefix48 '2011:0:0'
...
...
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