Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(network): don't assume prefix length 64 by default
Assuming a default prefix length of 64 by default if no explicit prefix length is given is wrong and known to cause connectivity problems in some networks. A prefix length of 128 should be assumed in this case. See https://www.rfc-editor.org/rfc/rfc5942 (specifically section 5) https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684009
- Loading branch information