-
Notifications
You must be signed in to change notification settings - Fork 30.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: add help on fixing IPv6 test failures #24372
Changes from 1 commit
db56b46
60caa23
5fe1c41
45d4a58
5087aac
e51ba22
0aaae27
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -259,7 +259,9 @@ loopback interface must also have '::1' enabled. For some default installations | |
on Ubuntu that does not seem to be the case. '::1' can be enabled on the | ||
loopback interface on Ubuntu using: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Replace the last sentence with this? To enable '::1' on the loopback interface on Ubuntu: There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Or at least
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm sure I had something like "You can .." but guidance is not to use you. :) |
||
|
||
`sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0` | ||
```bash | ||
sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0 | ||
``` | ||
|
||
#### Running Coverage | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.