firmware/src/packages/fff/fff-network/files
Fabian Bläse 764556b980 fff-network: Create separate interface for wan dhcp
Previously, an additional wan6 interface for SLAAC has been added, which
references the wan interface for its interface.
However, OpenWrt waits until the wan interface is completely up, until
it tries to start up interfaces that depend on it.

This not only can delay the configuration of IPv6 addresses
significantly, but also makes configuration of the wan6 interface
impossible in WAN networks with out a DHCP server.

To solve this issue, a separate interface wan4 for dhcp, which also
reference the wan interface, is created and the proto of wan is set to
none.

Fixes: #114
Signed-off-by: Fabian Bläse <fabian@blaese.de>
Reviewed-by: Robert Langhammer <rlanghammer@web.de>
2021-02-18 23:19:27 +01:00
..
etc fff-network: Create separate interface for wan dhcp 2021-02-18 23:19:27 +01:00
lib/functions/fff fff-network: wrap CPUPORT into a function 2021-02-09 22:38:55 +01:00
usr fff-network: don't hardcode eth0 for one-ports in configurenetwork 2021-02-18 01:19:06 +01:00