Skip to content

Commit

Permalink
inet: refined emulation note
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgeorge309 committed Jan 30, 2025
1 parent 65907c7 commit 46c179d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opp_env/database/inet.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def make_inet_project_description(inet_version, omnetpp_versions):
"setenv_commands": [
"@append",
"export MININET_ROOT=${pkgs.python311Packages.mininet-python}",
"echo '\nNote on the Emulation feature: after installation, make sure to add the necessary capabilities to omnetpp executables by running the following commands:\n\nsudo setcap cap_sys_admin+ep /$OMNETPP_ROOT/bin/opp_run_release\nsudo setcap cap_sys_admin+ep /$OMNETPP_ROOT/bin/opp_run_dbg\n'",
"echo '\nNote on the Emulation feature: after installation, make sure to add the necessary capabilities to omnetpp executables by running the following commands:\n\nsudo setcap cap_sys_admin+ep $OMNETPP_ROOT/bin/opp_run_release\nsudo setcap cap_sys_admin+ep $OMNETPP_ROOT/bin/opp_run_dbg\n'",
"if [ \"$(uname -s)\" != 'Linux' ]; then echo 'WARNING: Network-emulation-related functionality only works on Linux.'; fi",
],
"patch_commands": [
Expand Down

0 comments on commit 46c179d

Please # to comment.