Use odhcp6c for interface configuration
This commit is contained in:
parent
946438f215
commit
e684418cb3
@ -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'
|
|||||||
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'
|
||||||
|
Loading…
Reference in New Issue
Block a user