I have a custom topology custom.py
and I wrote a p4file.p4
file. The problem is that I don't know how to use the p4file.p4
into mininet with my topology.
For instance, in this github repository (https://github.com/p4lang/tutorials/tree/master/exercises/basic) they use the make run
command to compile the p4 file, to start the topology and configure all the hosts.
Thanks in advance!