p4app
p4app copied to clipboard
Hello All, In p4app I created a simple topology like: h1->s1->s2->h2 And I tried to run **h1** as TCP client and **h2** as TCP server. I am using iperf to...
Hi, all. I want to use scapy to write my own client and server in _multi_switch_mininet.p4app_. However, I find that if I modify the _echo_server.py_ to enable **sniff()** function and...
p4apprunner.py: error: too few arguments
The following message appers after running the p4app script. ```sh s1 Starting P4 switch s1. simple_switch -i 1@s1-eth1 -i 2@s1-eth2 -i 3@s1-eth3 --nanolog ipc:///tmp/bm-0-log.ipc --device-id 0 /tmp/p4app-logs/polka.json --thrift-port 9090 P4...
Hi. Just cloned this repo to my MacBook Pro running MacOS 10.14.5. I have Docker 2.0.0.3 (31259) installed and it is working fine for other containers. I copied `p4app` to...
Hi, I would like to use a dynamic topology with p4app, meaning that it depends on some inputs given by the user: number of hosts and switches, and the links...
Adding `"test_list": ["test1", "test2"]` to the keys in the manifest declares a list of STF test targets. Running `p4app test myapp.p4app` will run all of the tests in the list,...
icmpv6 neighbor advertisement has no payload but ping does. can someone point to the syntax that can compute icmpv6 checksums for both of these correctly? When I add if statements...
Hi! I have problems while running multiswitch.p4app. App starts and and stops just after. Am I able to run it like simple_router.p4app (ping hosts for example) and make some changes...
Some of my students had trouble running on Windows machines (Cygwin / PowerShell). I suggested they just use Docker on a Linux VM we've used for other assignments. But it...