fff-network: Create separate interface for wan dhcp #116

Closed
fbl wants to merge 1 commits from fbl/firmware:wanfix into master
Owner

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

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>
fbl added 1 commit 2021-02-13 12:50:29 +01:00
33401c1d62 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>
fbl added this to the 20210218 milestone 2021-02-13 12:50:32 +01:00
fbl added the
bug
label 2021-02-13 12:50:39 +01:00
adschm added the
packages/fff
label 2021-02-13 20:34:07 +01:00
rohammer approved these changes 2021-02-18 16:11:38 +01:00
rohammer left a comment
Member
Reviewed-by: Robert Langhammer <rlanghammer@web.de>
``` Reviewed-by: Robert Langhammer <rlanghammer@web.de> ```
Author
Owner

applied.

applied.
fbl closed this pull request 2021-02-18 23:21:48 +01:00

Pull request closed

Sign in to join this conversation.
No description provided.