... | ... | @@ -46,7 +46,7 @@ Consider that `obj` is the main object contained in the JSON network configurati |
|
|
|`obj["topology"]["auto_arp_tables"]`|`obj["topology"]["default"]["auto_arp_tables"]`|Populate the ARP table of hosts with the MAC addresses of all the hosts in the same subnet. This prevents the exchange of ARP requests among hosts.|If not specified, it is set to `true`.|boolean|
|
|
|
|`obj["topology"]["switches"][<switch_name>]["program"]`|`obj["topology"]["switches"][<switch_name>]["p4_src"]`|Switch-specific P4 source.|If not specified, the source from `obj["p4_src"]` will be used.|string|
|
|
|
|
|
|
A more detailed description of the options available with the JSON network configuration file is provided in the official *P4-Utils* documentation. Check it out!
|
|
|
More information about JSON network configuration file is provided in the [**official *P4-Utils* documentation**](https://nsg-ethz.github.io/p4-utils/usage.html#json). Check it out!
|
|
|
|
|
|
### Python Network Configuration
|
|
|
|
... | ... | |