Commit d4a3e293 authored by Ralf's avatar Ralf
Browse files

update config for Gluon 2018.1

parent 71ccb70b
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@
  -- The next node feature allows clients to always reach the node it is
  -- connected to using a known IP address.
  next_node = {
    name = 'my',
    name = {'router', 'node', 'local', 'knoten', 'my'},

    -- anycast IPs of all nodes
    ip4 = '10.24.192.1',
@@ -100,6 +100,11 @@
    mac = '32:3d:f9:8f:01:52',
  },

  mesh = {
    -- for compat with older nodes, leave this at false for now
    vxlan = false,
  },

  mesh_vpn = {
    enabled = true,
    mtu = 1406,
+0 −3
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@ GLUON_SITE_PACKAGES := \
	gluon-respondd \
	gluon-autoupdater \
	gluon-config-mode-autoupdater \
	gluon-config-mode-core \
	gluon-config-mode-contact-info \
	gluon-config-mode-hostname \
	gluon-config-mode-mesh-vpn \
@@ -17,7 +16,6 @@ GLUON_SITE_PACKAGES := \
	gluon-ebtables-filter-multicast \
	gluon-ebtables-filter-ra-dhcp \
	gluon-ebtables-source-filter \
	gluon-ebtables-segment-mld \
	gluon-web-admin \
	gluon-web-autoupdater \
	gluon-web-network \
@@ -26,7 +24,6 @@ GLUON_SITE_PACKAGES := \
	gluon-mesh-vpn-tunneldigger \
	gluon-filter-ra \
	gluon-radvd \
	gluon-setup-mode \
	gluon-status-page \
	respondd-module-airtime \
	iwinfo \
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
export GLUON_UPSTREAM_TAG="v2017.1.8"

# This is where we control the version number of our firmware.
CURRENT_VERSION="1.6.3"
CURRENT_VERSION="1.7.0"
CURRENT_BETA_SUFFIX="~rc1"
CURRENT_EXPERIMENTAL_SUFFIX="~exp$(date '+%Y%m%d')"