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
when i am executing below command on ubuntu 16.04 command : ofdatapath -i sw1-eth1,sw1-eth2,sw1-eth3 punix:/tmp/sw1 -d 000000000001 1 -v.
Getting Below Error
Aug 20 18:12:18|00001|netdev|DBG|sw1-eth1: ioctl(SIOCGIFADDR) failed: Cannot assign requested address RTNETLINK answers: No such file or directory.
I followed instruction mentioned at link https://github.com/CPqD/ofsoftswitch13 to install ofsoftswitch.
The text was updated successfully, but these errors were encountered:
sw1-ofd.log
Sorry, something went wrong.
I was facing the same problem. Then i typed the following command and it worked well! modprobe sch_netem
No branches or pull requests
when i am executing below command on ubuntu 16.04
command : ofdatapath -i sw1-eth1,sw1-eth2,sw1-eth3 punix:/tmp/sw1 -d 000000000001 1 -v.
Getting Below Error
Aug 20 18:12:18|00001|netdev|DBG|sw1-eth1: ioctl(SIOCGIFADDR) failed: Cannot assign requested address
RTNETLINK answers: No such file or directory.
I followed instruction mentioned at link https://github.com/CPqD/ofsoftswitch13 to install ofsoftswitch.
The text was updated successfully, but these errors were encountered: