openwrt/package/base-files/files
Hans Dedecker 7f1359c14e base-files: fix wan6 interface config generation for pppoe
Setting ipv6 to auto in case of a pppoe interface will trigger the
creation of a dynamic wan_6 interface meaning two IPv6 interfaces
(wan6 and wan_6) will be active on top of the pppoe interface.
This leads to unpredictable behavior in the network; therefore set
ipv6 to 1 which will prevent the dynamic creation of the wan_6
interface.
Further alias the wan6 interface on top of the wan interface for pppoe
as the wan6 interface can only be started when the link local address is
ready. In case of pppoe the link local address is negotiated during the
Internet Protocol Control Protocol when the PPP link is setup meaning
all the IP address info is only available when the wan interface is up.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2017-09-18 13:22:58 +02:00
..
bin base-files: fix wan6 interface config generation for pppoe 2017-09-18 13:22:58 +02:00
etc base-files: add /etc/iproute2/rt_protos 2017-02-01 15:53:20 +01:00
lib base-files: don't setup network in preinit if failsafe is disabled 2017-08-09 23:20:23 +02:00
rom rename default/ to files/ 2006-11-22 23:30:57 +00:00
sbin base-files: Added a deprecation notice on wifi detect 2017-03-01 20:37:36 +01:00
usr base-files: add ARCH_PACKAGES to openwrt_release and os-release 2017-01-16 13:29:47 +01:00