Skip to content
Snippets Groups Projects
Commit e684418c authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

Use odhcp6c for interface configuration

parent 946438f2
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ define Package/gluon-core ...@@ -12,6 +12,7 @@ define Package/gluon-core
SECTION:=gluon SECTION:=gluon
CATEGORY:=Gluon CATEGORY:=Gluon
TITLE:=Base files of Gluon TITLE:=Base files of Gluon
DEPENDS:=+odhcp6c
endef endef
define Package/gluon-core/description define Package/gluon-core/description
......
...@@ -15,8 +15,9 @@ set network.wan.auto='1' ...@@ -15,8 +15,9 @@ set network.wan.auto='1'
set network.client='interface' set network.client='interface'
set network.client.ifname='$lan_ifname bat0' set network.client.ifname='$lan_ifname bat0'
set network.client.type='bridge' set network.client.type='bridge'
set network.client.proto='none' set network.client.proto='dhcpv6'
set network.client.auto='1' set network.client.reqprefix='no'
set network.client.peerdns='0'
set network.mesh='interface' set network.mesh='interface'
set network.mesh.proto='batadv' set network.mesh.proto='batadv'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment