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
Hi, thanks for sharing the tutorials.
Today I want to try "recirculate" and after I do sudo p4run, it fails and log shows Exception: Did not find a p4 program for switch s1
sudo p4run
Exception: Did not find a p4 program for switch s1
Then I tried use python file, but it fails either. Does someone face this problem before? Appreciate for you help :)
The text was updated successfully, but these errors were encountered:
Having the same issue. To solve it change the json configuration file and add program parameter to the switch. For E.g. - In Counter example, add
json
program
Counter
"switches": { "s1": { "cli_input": "direct_commands.txt", "program": "direct_counter.p4" // add this line } }
Sorry, something went wrong.
@hahada5 did you solve this problem? I just tried and it does work for me. Are we talking about examples/recirculation?
examples/recirculation
No branches or pull requests
Hi, thanks for sharing the tutorials.
Today I want to try "recirculate" and after I do
sudo p4run
, it fails and log showsException: Did not find a p4 program for switch s1
Then I tried use python file, but it fails either. Does someone face this problem before?
Appreciate for you help :)
The text was updated successfully, but these errors were encountered: