Open masterflitzer opened 1 month ago
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
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)