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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
In the examle script "../dce/source/ns-3-dce/myscripts/ns-3-dce-quagga/example/dce-quagga-ospfd.cc", there is a line of code:
AddAddress (nodes.Get (0), Seconds (0.1), "sim0", "10.0.0.1/24");
which means to run command "ip -f inet addr add 10.0.0.2/24 dev sim0", right? My question is: where is the dev "sim0" defined?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description of the problem
In the examle script "../dce/source/ns-3-dce/myscripts/ns-3-dce-quagga/example/dce-quagga-ospfd.cc", there is a line of code:
which means to run command "ip -f inet addr add 10.0.0.2/24 dev sim0", right?
My question is: where is the dev "sim0" defined?
Thanks in advance!
The text was updated successfully, but these errors were encountered: