We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bridge should listen on / bind to localhost on ipv6 (::1) and ipv4 (127.0.0.1)
bridge listens on ::1 and 127.0.0.1 (dual stack localhost)
bridge listens only on 127.0.0.1 (single stack localhost without option to use ipv6)
change code to listen on ipv6 (::1) and/or ipv4 (127.0.0.1) depending on availability of either
ss -anptu | grep -Fi listen | grep -Fi bridge
v3.14.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
bridge should listen on / bind to localhost on ipv6 (::1) and ipv4 (127.0.0.1)
Expected Behavior
bridge listens on ::1 and 127.0.0.1 (dual stack localhost)
Current Behavior
bridge listens only on 127.0.0.1 (single stack localhost without option to use ipv6)
Possible Solution
change code to listen on ipv6 (::1) and/or ipv4 (127.0.0.1) depending on availability of either
Steps to Reproduce
ss -anptu | grep -Fi listen | grep -Fi bridge
Version Information
v3.14.0
Context (Environment)
The text was updated successfully, but these errors were encountered: