Added Global V6 Prefixes
This commit is contained in:
parent
d2851e1cb2
commit
8406797cac
1
Makefile
1
Makefile
@ -7,6 +7,7 @@ GLUON_GIT_REF := e4a5faf468cd393e65ba4c5b01b24dd6e5a2fbd0
|
|||||||
SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key
|
SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key
|
||||||
|
|
||||||
GLUON_TARGETS ?= \
|
GLUON_TARGETS ?= \
|
||||||
|
x86-64 \
|
||||||
ar71xx-generic \
|
ar71xx-generic \
|
||||||
ar71xx-tiny \
|
ar71xx-tiny \
|
||||||
ar71xx-nand \
|
ar71xx-nand \
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
prefix4 = '10.90.32.0/19',
|
prefix4 = '10.90.32.0/19',
|
||||||
prefix6 = 'fdef:f10f:1337:cafe::/64',
|
prefix6 = 'fdef:f10f:1337:cafe::/64',
|
||||||
|
extra_prefixes6 = {'2a00:9d80:6000:0101::/64'},
|
||||||
|
|
||||||
--[[
|
--[[
|
||||||
extra_prefixes6 = { 'tbd', 'tbd' },
|
extra_prefixes6 = { 'tbd', 'tbd' },
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
|
|
||||||
prefix4 = '10.90.96.0/19',
|
prefix4 = '10.90.96.0/19',
|
||||||
prefix6 = 'fdef:f30f:1337:cafe::/64',
|
prefix6 = 'fdef:f30f:1337:cafe::/64',
|
||||||
|
extra_prefixes6 = {'2a00:9d80:6000:0103::/64'},
|
||||||
|
|
||||||
--[[
|
--[[
|
||||||
extra_prefixes6 = { 'tbd', 'tbd' },
|
extra_prefixes6 = { 'tbd', 'tbd' },
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
prefix4 = '10.90.64.0/19',
|
prefix4 = '10.90.64.0/19',
|
||||||
prefix6 = 'fdef:f20f:1337:cafe::/64',
|
prefix6 = 'fdef:f20f:1337:cafe::/64',
|
||||||
|
extra_prefixes6 = {'2a00:9d80:6000:0102::/64'},
|
||||||
|
|
||||||
--[[
|
--[[
|
||||||
extra_prefixes6 = { 'tbd', 'tbd' },
|
extra_prefixes6 = { 'tbd', 'tbd' },
|
||||||
|
Loading…
Reference in New Issue
Block a user