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
9cba3371
Commit
9cba3371
authored
Mar 15, 2011
by
Axel Neumann
Browse files
ipv6-routing-prototype: packages/bmx6 use bmx6.net as git source
parent
5fc5c518
Changes
2
Hide whitespace changes
Inline
Side-by-side
packages/bmx6/Makefile
View file @
9cba3371
...
...
@@ -10,26 +10,18 @@ include $(TOPDIR)/rules.mk
PKG_NAME
:=
bmx6
#PKG_SOURCE_PROTO:=svn
#PKG_SOURCE_URL:=http://bmx6.net/svn/trunk/bmx
#PKG_REV:=1751
#PKG_SOURCE_PROTO:=svn
#PKG_SOURCE_URL:=http://dev.sid/svn/projects/bmx6/
#PKG_REV:=2490
#PKG_SOURCE_PROTO:=git
#PKG_SOURCE_URL:=git://git.bmx6.net/bmx6.git
#PKG_REV:=06b6723a1b1f1d5425d5fba64f4510c5e8a1118d
PKG_SOURCE_PROTO
:=
git
PKG_SOURCE_URL
:=
file:///usr/src/bmx6/bmx6-private
.git
PKG_REV
:=
1bbc678e68d5d2ddf5858cff8c231beb2762215b
PKG_SOURCE_URL
:=
git://git.bmx6.net/bmx6
.git
PKG_REV
:=
c56e493c428dfa773cad83d1ce1dcbca53a23fdc
#PKG_SOURCE_PROTO:=git
#PKG_SOURCE_URL:=file:///usr/src/bmx6/bmx6-private.git
#PKG_REV:=0738371aa9985a3063d2ed099ac5a5c25df6c55b
#PKG_VERSION:=r$(PKG_REV)
#better using an increasing date (e.g.:20110101) + day-version (01), otherwise lower git hashes may prevent upgrading
PKG_VERSION
:=
r20110302
01
PKG_VERSION
:=
r201103
15
02
#PKG_RELEASE:=1
#PKG_INSTALL:=1 # this tries to install straight to /usr/sbin/bmx6
...
...
packages/bmx6/files/etc/config/bmx6
View file @
9cba3371
config 'bmx6' 'general'
config 'bmx6' 'general'
# option 'runtime_dir' '/var/run/bmx6'
# option 'base_port' '6240'
# option 'prio_rules_offset' '6240'
# option 'rt_table_offset' 62'
# optiom 'http_info_port' '6239'
# option 'http_info_global_access' '1'
# option 'gsf_map_longitude' 'ref:system.@system[0].longitude'
# option 'gsf_map_latitude' 'ref:system.@system[0].latitude'
# option 'gsf_map_name' 'ref:system.@system[0].hostname'
# option 'niit_source' '10.202.0.116'
#config 'ip_version' 'ip_version'
# option 'ip_version' '6' # default is 4
# option 'throw_rules' '0'
config '
plugin
'
option '
plugin' 'bmx_config.so
'
config '
dev' 'mesh_1
'
option '
dev' 'eth0.12
'
config 'dev'
option 'dev' '
ref:network.lan0_bmx6.ifname
'
config 'dev'
'mesh_2'
option 'dev' '
ath0.12
'
config '
dev
'
option '
dev' 'ref:network.wlan0_bmx6.ifname
'
#
config '
unicast_hna' 'my_global_prefix
'
#
option '
unicast_hna' '2012:0:0:74:0:0:0:0/64
'
#
config '
dev
'
#
option '
dev' 'tap0:bmx6
'
#config '
unicast_hna' 'niit6to4
'
# option '
unicast_hna' '0:0:0:0:0:ffff:10.202.0.116/128
'
# in Berlin we strictly dont route any olsr data !
# config 'throw'
# option 'throw' 'olsr'
# option 'network' 'ref:network.lan0.ipaddr'
# option 'netmask' 'ref:network.lan0.netmask'
# if you have a vpn (e.g. openvpn) or other routed network where
# interface netmask does not match the routed netmask
# config 'throw'
# option 'throw' '192.168.100.0/24'
# unicast host-network announcements (HNAs) look like this:
# config 'unicast_hna'
# option 'unicast_hna' '106.1.2.4/32'
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