You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried reverse engineering some of the p4app.json files to figure out how one might set the host IP addresses, but I can't seem to get it right. Looking at the source_routing.p4 example, I believe I can just add in the ip dictionary key, but it has no affect. Here is my p4app.json file:
I do not see the IP address change (no matter what)
The test.py is just a simple script that prints the argument that is input. This also does not execute on startup, but I can manually run it (i.e., `h1 python test.py "test" ' outputs what I'd expect)
Changing other parameters, e.g. links, does affect the network as expected
So I must just not understand how to properly set the host IPs and/or run the host scrips.
Appreciate the help.
R/
The text was updated successfully, but these errors were encountered:
I've tried reverse engineering some of the p4app.json files to figure out how one might set the host IP addresses, but I can't seem to get it right. Looking at the
source_routing.p4
example, I believe I can just add in theip
dictionary key, but it has no affect. Here is my p4app.json file:test.py
is just a simple script that prints the argument that is input. This also does not execute on startup, but I can manually run it (i.e., `h1 python test.py "test" ' outputs what I'd expect)links
, does affect the network as expectedSo I must just not understand how to properly set the host IPs and/or run the host scrips.
Appreciate the help.
R/
The text was updated successfully, but these errors were encountered: