p4app icon indicating copy to clipboard operation
p4app copied to clipboard

Results 24 p4app issues
Sort by recently updated
recently updated
newest added

The script will fail with these two options at line 110 and 125 because the default value is boolean False instead of None.

Hi everyone, I've got a problem with running my own package when P4 source file are not placed in package root. It seems to be issue with `p4apprunner.py`, which set...

Although I am able to compile the p4 app, but logging seems broken. Any suggestions to fix the issue?

When I run my program using p4, it runs with this command - ``` simple_switch -i 1@s1-eth1 -i 2@s1-eth2 --thrift-port 9090 --nanolog ipc:///tmp/bm-0-log.ipc --device-id 0 monitor.json --debugger --log-console ``` I...

Hi, I'm on macOS Big Sur 11.3.1 tried running `docker build .` under the directory to have my changes set up, but it throws an error. `executor failed running [/bin/sh...

Hello, I am having a problem in p4app environments with multiple switches. The log output folder "/tmp/p4app_logs" will only contain logs for the switch with the name "s1" i.e "p4s.s1.log"....

Is that possible to run PSA (Portable Switch Architecture) by `psa_switch` provided by bmv2.

Hello, I am pretty new in p4app and mininet environment. I was wondering if there any way to define the bandwidth of each link, alongside the delay in p4app.json file?...