Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(network): IPv6: don't wait for RA for static IPv6 assignments
This patch reverts commit c603419 ("wait for IPv6 RA if using none/static IPv6 assignment"). It's not generally correct wait for a default route to be established for an interface, or to wait for "proto ra" routes in general. For example, if the system is a router itself, it will receive no RAs. In isolated networks, no gateway may be advertized, either. This is similar in spirit to 76f6566 ("Revert "wait for IPv6 RA if using none/static IPv6 assignment"") Whatever c603419 ("wait for IPv6 RA if using none/static IPv6 assignment") was supposed to achieve, it should be done differently.
- Loading branch information