p4lang / tutorials

P4 language tutorials
Apache License 2.0
1.33k stars 878 forks source link

ping issue #531

Closed Bishal-Kumar-Nath closed 9 months ago

Bishal-Kumar-Nath commented 11 months ago

After compiling with $make run, in the mininet CLI I gave the command "h1 ping h2" as given in the readme. but it ping failed.

jnfoster commented 11 months ago

Indeed, most of the tutorial exercises will not work out of the box. You have to write code to solve them first.

If you want to test out the solutions, you generally have to copy the files in the solution directory up one level.