Skip to content
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

add_addr: too many addresses or duplicate one: Invalid argument error when launching a new docker image #273

Open
matttbe opened this issue Dec 28, 2022 · 0 comments

Comments

@matttbe
Copy link
Member

matttbe commented Dec 28, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant