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
too many addresses or duplicate one: Invalid argument
With mptcpd 0.11, this error message is printed each time I run a new docker image:
add_addr: too many addresses or duplicate one: Invalid argument
It is easy to reproduce on my side:
$ sudo journalctl -f | grep mptcpd & $ docker run -it ubuntu true Dec 28 17:53:12 <host> mptcpd[1245210]: add_addr: too many addresses or duplicate one: Invalid argument
I guess it is because Docker create a new veth interface each time with only a IPv6 link local address.
Using Ubuntu 23.04 Devel.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With mptcpd 0.11, this error message is printed each time I run a new docker image:
It is easy to reproduce on my side:
I guess it is because Docker create a new veth interface each time with only a IPv6 link local address.
Using Ubuntu 23.04 Devel.
The text was updated successfully, but these errors were encountered: