-
-
Notifications
You must be signed in to change notification settings - Fork 248
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
Unable to move interface to network NS #1181
Comments
Thanks for the feedback, investigating |
I'm also seeing this issue is there any update on a fix? |
Likewise, almost any attempt to move an interface to a namespace results in this error:
All give the same error. |
A quick bit of bisecting gives this working in pyroute2 0.7.6 but failing in 0.7.7. |
And a
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, when attempting the code below, the interface is moved into the network namespace but an exception is thrown
Do I need to register some messenger prior to making these calls? Any information would be appreciated. Thanks
The text was updated successfully, but these errors were encountered: