[FS#1336] netfid: wan6 is starting odhcp6c in a loop indefinite
LEDE Bugs
lede-bugs at lists.infradead.org
Thu Feb 8 09:04:45 PST 2018
The following task has a new comment added:
FS#1336 - netfid: wan6 is starting odhcp6c in a loop indefinite
User who did this - Alexander Couzens (lynxis)
----------
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fdf1:e48d:468c::/48'
config interface 'lan'
option type 'bridge'
option ifname 'eth1.1'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ip6assign '60'
config interface 'wan'
option ifname 'eth0'
option proto 'dhcp'
config interface 'wan6'
option ifname 'eth0'
option proto 'dhcpv6'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '1 2 3 4 0t'
----------
More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=1336#comment4283
More information about the lede-bugs
mailing list