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

SwitchNode.linknet() excepts with "Interface local name 'vethxxx.xxxx.xx' too long" #282

Open
GoogleCodeExporter opened this issue Aug 22, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Running SwitchNode.linknet(net) results in a creation of a too long object 
ID as can be extracted from the exception below.

Traceback (most recent call last):
  File "main.py", line 389, in <module>
    main()
  File "main.py", line 214, in main
    switchnode_list[0].linknet(switchnode2_list[counter-1][0])
  File "/usr/local/lib/python2.7/dist-packages/core/netns/vnet.py", line 428, in linknet
    localname
ValueError: interface local name 'vethef6e.dee6.5b' too long

What is the expected output? What do you see instead?
Seamless veth pair creation, unhandled exception is thrown instead.

What version of the product are you using? On what operating system?
SVN nightly release (22.06.2015), Ubuntu 15.04 with ip utility, 
iproute2-ss140804 installed.

Original issue reported on code.google.com by [email protected] on 22 Jun 2015 at 2:38

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

No branches or pull requests

1 participant