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? I tried the following:
"links": [["h1", "s1"], ["s1", "s2", 20, 10], ["s2", "h2"]],
instead of
"links": [["h1", "s1"], ["s1", "s2", 20], ["s2", "h2"]],
in the p4app.json file of the multiswitch.p4app. But looks like it's not working.
Thanks in advance.